From ff1e58ba518d085863d7b7ec4040364f9e0d5210 Mon Sep 17 00:00:00 2001 From: Yannick PEROUX Date: Tue, 1 Aug 2017 19:34:04 +0200 Subject: [PATCH] Bump release to 1.5.1 --- CHANGELOG.md | 4 ++++ docs/about/release-notes.md | 4 ++++ watson/version.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57b25b6..483ee2aa 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 04175280..83f7c244 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 f2d1d6ca..118e0a8b 100644 --- a/watson/version.py +++ b/watson/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -version = "1.5.0" +version = "1.5.1"