Skip to content

Commit f8d0fcf

Browse files
committed
release 0.6.1
- updated version - updated CHANGES
1 parent c3b7fbd commit f8d0fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CHANGES for MDPOW
55
Add summary of changes for each release. Use ISO dates. Reference
66
GitHub issues numbers and PR numbers.
77

8-
2017-xx-xx 0.6.1
8+
2017-05-02 0.6.1
99
orbeckst, iorga, ianmkenney, rhheilma
1010

1111
* works with Gromacs 2016.x, 5.1.x, and 4.6.x (#36)

mdpow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
VERSION = 0,6,1
3636
#: Set to ``True`` for a release. If set to ``False`` then the patch level
3737
#: will have the suffix "-dev".
38-
RELEASE = False
38+
RELEASE = True
3939
if not RELEASE:
4040
VERSION = VERSION[:2] + (str(VERSION[2]) + '-dev',)
4141

0 commit comments

Comments
 (0)