From 206fc0c4ae9c3ba6ebc15b478030e1a3776d889c Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 11 Nov 2015 22:04:46 +1100 Subject: [PATCH] Add version v0.1.1 --- CHANGELOG.md | 4 ++++ travis_log_fetch/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ed5b1..67677cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.1] - 2015-11-11 +- Exit on --help +- Support Travis CI Pro + ## [0.1.0] - 2015-10-27 - Initial release diff --git a/travis_log_fetch/__init__.py b/travis_log_fetch/__init__.py index 8f642de..256b7fb 100644 --- a/travis_log_fetch/__init__.py +++ b/travis_log_fetch/__init__.py @@ -5,6 +5,6 @@ from travis_log_fetch.cmdline import main -__version__ = '0.1.0' +__version__ = '0.1.1' main