Skip to content

Commit

Permalink
Bump release to 1.5.0
Browse files Browse the repository at this point in the history
Julien Maupetit committed Jul 31, 2017
1 parent 844f1b2 commit 287e7f7
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,15 @@ CHANGELOG
This document records all notable changes to Watson. This project adheres to
[Semantic Versioning](http://semver.org/).

## 1.5.0 (2017-07-31)

* Added: the `report` command now supports JSON output (#102)
* Updated: the `sync` command is now compatible with the new crick.io backend
API (#152)
* Updated: Python 3.6 is now officially supported (#150)
* Fixed: catch error when user wants to edit config but file does not exist yet
(#154)

## 1.4.0 (2016-11-01)

* Added: Watson now has a `rename` command (#74).
9 changes: 9 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,15 @@
This document records all notable changes to Watson. This project adheres to
[Semantic Versioning](http://semver.org/).

## 1.5.0 (2017-07-31)

* Added: the `report` command now supports JSON output (#102)
* Updated: the `sync` command is now compatible with the new crick.io backend
API (#152)
* Updated: Python 3.6 is now officially supported (#150)
* Fixed: catch error when user wants to edit config but file does not exist yet
(#154)

## 1.4.0 (2016-11-01)

* Added: Watson now has a `rename` command (#74).
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.4.0"
version = "1.5.0"

0 comments on commit 287e7f7

Please sign in to comment.