summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannick PEROUX <yannick.peroux@gmail.com>2017-08-01 19:34:04 +0200
committerYannick PEROUX <yannick.peroux@gmail.com>2017-08-01 19:34:04 +0200
commitff1e58ba518d085863d7b7ec4040364f9e0d5210 (patch)
tree4d0f942862c544eb0ead8ae7d634d697b95dbdce
parent19a49a869997e9056c2fe86be7ce8642631b3c2e (diff)
Bump release to 1.5.11.5.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--docs/about/release-notes.md4
-rw-r--r--watson/version.py2
3 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e57b25b..483ee2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ CHANGELOG
This document records all notable changes to Watson. This project adheres to
[Semantic Versioning](http://semver.org/).
+## 1.5.1 (2017-08-01)
+
+* Fix the `config` command (#158)
+
## 1.5.0 (2017-07-31)
* Added: the `report` command now supports JSON output (#102)
diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md
index 0417528..83f7c24 100644
--- a/docs/about/release-notes.md
+++ b/docs/about/release-notes.md
@@ -3,6 +3,10 @@
This document records all notable changes to Watson. This project adheres to
[Semantic Versioning](http://semver.org/).
+## 1.5.1 (2017-08-01)
+
+* Fix the `config` command (#158)
+
## 1.5.0 (2017-07-31)
* Added: the `report` command now supports JSON output (#102)
diff --git a/watson/version.py b/watson/version.py
index f2d1d6c..118e0a8 100644
--- a/watson/version.py
+++ b/watson/version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-version = "1.5.0"
+version = "1.5.1"