From f8d0fcfaf30d00b1f26b1598a492c1d806af939c Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Tue, 2 May 2017 03:25:28 -0700 Subject: [PATCH] release 0.6.1 - updated version - updated CHANGES --- CHANGES | 2 +- mdpow/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7a32898a..d7b7b3a3 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/mdpow/version.py b/mdpow/version.py index a7490b36..df06a465 100644 --- a/mdpow/version.py +++ b/mdpow/version.py @@ -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',)