Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
- updated version
- updated CHANGES
  • Loading branch information
orbeckst committed May 2, 2017
1 parent c3b7fbd commit f8d0fcf
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 @@ -5,7 +5,7 @@ CHANGES for MDPOW
Add summary of changes for each release. Use ISO dates. Reference
GitHub issues numbers and PR numbers.

2017-xx-xx 0.6.1
2017-05-02 0.6.1
orbeckst, iorga, ianmkenney, rhheilma

* works with Gromacs 2016.x, 5.1.x, and 4.6.x (#36)
Expand Down
2 changes: 1 addition & 1 deletion mdpow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
VERSION = 0,6,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 f8d0fcf

Please sign in to comment.