Skip to content

Commit

Permalink
Ready for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Sep 14, 2017
1 parent 93b4166 commit 1f13022
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ This document records all notable changes to Boatswain.

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

`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)
----------
Expand Down
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.7.0
current_version = 1.0.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.7.0',
version='1.0.0',
url='https://github.com/nlesc-sherlock/boatswain',
license='Apache Software License',
author='Berend Weel',
Expand Down

0 comments on commit 1f13022

Please sign in to comment.