From 9b67651629be28e47151c98775e34dc294febd5d Mon Sep 17 00:00:00 2001 From: Berend Weel Date: Thu, 9 Mar 2017 11:32:38 +0100 Subject: [PATCH] Bumping version --- CHANGES.rst | 12 +++++++++--- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 64175ab..a682bad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,12 +6,16 @@ This document records all notable changes to Boatswain. This project adheres to `Semantic Versioning `_. -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) --------------------- @@ -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 diff --git a/setup.cfg b/setup.cfg index 739cc4a..63bcf71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.6.0 [bdist_wheel] universal = 1 diff --git a/setup.py b/setup.py index 1ffe41a..de7c874 100644 --- a/setup.py +++ b/setup.py @@ -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',