Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Mar 9, 2017
1 parent 25d1fb7 commit 9b67651
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ This document records all notable changes to Boatswain.

This project adheres to `Semantic Versioning <http://semver.org/>`_.

Unreleased
----------
`0.6.0`_ (2017-03-09)
--------------------

* Added the tree command which will print the tree of the boatswain file
* Fixed issue with printing unicode text from the docker stream
* Added quiet and extra verbose modes

`0.5.1`_ (2017-02-10)

* Fixed issue with printing unicode text from the docker stream

`0.5.0`_ (2017-02-10)
---------------------

Expand Down Expand Up @@ -51,3 +55,5 @@ Unreleased
.. _0.3.0: https://github.com/nlesc-sherlock/boatswain/compare/0.3.0...0.2.0
.. _0.4.0: https://github.com/nlesc-sherlock/boatswain/compare/0.4.0...0.3.0
.. _0.5.0: https://github.com/nlesc-sherlock/boatswain/compare/0.5.0...0.4.0
.. _0.5.1: https://github.com/nlesc-sherlock/boatswain/compare/0.5.1...0.5.0
.. _0.6.0: https://github.com/nlesc-sherlock/boatswain/compare/0.6.0...0.5.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.6.0

[bdist_wheel]
universal = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(*names, **kwargs):

setup(
name='boatswain',
version='0.5.1',
version='0.6.0',
url='https://github.com/nlesc-sherlock/boatswain',
license='Apache Software License',
author='Berend Weel',
Expand Down

0 comments on commit 9b67651

Please sign in to comment.