diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 6e08d1b7..5de86c8a 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -6,6 +6,11 @@ This section features and improvements of note in each release. The full release history can be viewed `at the GitHub yank releases page `_. +0.19.3 Support for Amber restart files +-------------------------------------- +- Added support for Amber ``rst7`` files in ``phase1_path``/``phase2_path``. +- The CLI option ``jobid`` now uses 1-based numbering like Torque and LSF do for array jobs. + 0.19.2 Include ions in solute-only trajectory --------------------------------------------- - Ions are now included in the solute-only trajectories. diff --git a/setup.py b/setup.py index da79b390..644154b8 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ######################## VERSION = "0.19.3" # Primary base version of the build DEVBUILD = "0" # Dev build status, Either None or Integer as string -ISRELEASED = False # Are we releasing this as a full cut? +ISRELEASED = True # Are we releasing this as a full cut? __version__ = VERSION ######################## CLASSIFIERS = """\