Skip to content

Commit

Permalink
Bump release to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Maupetit committed Aug 2, 2017
1 parent beb8bae commit 0d37ddd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ CHANGELOG
This document records all notable changes to Watson. This project adheres to
[Semantic Versioning](http://semver.org/).

## 1.5.2 (2017-08-02)

* Fixed: Follow up on the `config` command fix (#161)

## 1.5.1 (2017-08-01)

* Fix the `config` command (#158)
Expand Down
4 changes: 4 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This document records all notable changes to Watson. This project adheres to
[Semantic Versioning](http://semver.org/).

## 1.5.2 (2017-08-02)

* Fixed: Follow up on the `config` command fix (#161)

## 1.5.1 (2017-08-01)

* Fix the `config` command (#158)
Expand Down
2 changes: 1 addition & 1 deletion watson/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

version = "1.5.1"
version = "1.5.2"

0 comments on commit 0d37ddd

Please sign in to comment.