Skip to content

Commit

Permalink
release 0.5.1
Browse files Browse the repository at this point in the history
- set release to True
- finalized CHANGES
  • Loading branch information
orbeckst committed Jun 29, 2016
1 parent 0e4534c commit 9e4da49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGELOG for GromacsWrapper
==============================

2016-xx-xx 0.5.1
2016-06-29 0.5.1
whitead, dotsdl, orbeckst

* fixed: check_mdrun_success() works now for Gromacs 4 and Gromacs 5
Expand All @@ -11,10 +11,10 @@ whitead, dotsdl, orbeckst
* fixed setup.energy_minimize() not falling back to single precision
mdrun (issue #63)
* fixed: added missing alias "gmx solvate" <--> "genbox" (issue #62)
* improved testing
* added keyword argument use_shell=True to Command() to make Popen use
the shell
* added template for Gromacs 4.6.x gromacswrapper.cfg
* improved testing


2016-05-23 0.5.0
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,5,1
#: 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 9e4da49

Please sign in to comment.