Skip to content

Commit

Permalink
make it release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Dec 16, 2015
1 parent ef62459 commit 3713447
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
==============================

2015-xx-yy 0.4.0
2015-12-16 0.4.0
orbeckst, richardjgowers

* primitive support for Gromacs 5.x
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,4,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 3713447

Please sign in to comment.