Skip to content

Commit 0d37ddd

Browse files
author
Julien Maupetit
committed
Bump release to 1.5.2
1 parent beb8bae commit 0d37ddd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ CHANGELOG
44
This document records all notable changes to Watson. This project adheres to
55
[Semantic Versioning](http://semver.org/).
66

7+
## 1.5.2 (2017-08-02)
8+
9+
* Fixed: Follow up on the `config` command fix (#161)
10+
711
## 1.5.1 (2017-08-01)
812

913
* Fix the `config` command (#158)

docs/about/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This document records all notable changes to Watson. This project adheres to
44
[Semantic Versioning](http://semver.org/).
55

6+
## 1.5.2 (2017-08-02)
7+
8+
* Fixed: Follow up on the `config` command fix (#161)
9+
610
## 1.5.1 (2017-08-01)
711

812
* Fix the `config` command (#158)

watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
version = "1.5.1"
3+
version = "1.5.2"

0 commit comments

Comments
 (0)