Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
- new release packages
- updated CHANGES
- closes #84
  • Loading branch information
orbeckst committed Sep 9, 2016
1 parent ca69b66 commit 53e05a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGELOG for GromacsWrapper
==============================

2016-xx-xx 0.6.0
2016-09-09 0.6.0
pslacerda, orbeckst

* new Gromacs GMXRC parameter in cfg file: if present and set to a
Expand Down
2 changes: 1 addition & 1 deletion gromacs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
VERSION = 0,6,0
#: Set to ``True`` for a release. If set to ``False`` then the patch level
#: will have the suffix "-dev".
RELEASE = False
RELEASE = True
if not RELEASE:
VERSION = VERSION[:2] + (str(VERSION[2]) + '-dev',)

Expand Down

0 comments on commit 53e05a1

Please sign in to comment.