diff --git a/CHANGES.rst b/CHANGES.rst index 7293d54..1d4f885 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,10 +6,14 @@ This document records all notable changes to Boatswain. This project adheres to `Semantic Versioning `_. -`NEXT`_ +`1.0.0`_ ------- * Fixed help text of push command +* Fixed extraction of image id from docker response in some cases +* Windows compatibility +* Appveyor windows tests are passing + `0.7.0`_ (2017-04-03) ---------- diff --git a/setup.cfg b/setup.cfg index a6630dc..e89867c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 1.0.0 [bdist_wheel] universal = 1 diff --git a/setup.py b/setup.py index 7dde093..28172b8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(*names, **kwargs): setup( name='boatswain', - version='0.7.0', + version='1.0.0', url='https://github.com/nlesc-sherlock/boatswain', license='Apache Software License', author='Berend Weel',