diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 9c4b4fd0..730d8f00 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -6,10 +6,15 @@ This section features and improvements of note in each release. The full release history can be viewed `at the GitHub yank releases page `_. +0.23.7 Bugfix release +--------------------- + +- Fix bug where resuming a simulation caused the checkpoint iteration to crash (`#1103 `_). + 0.23.6 Bugfix release --------------------- -- Fix bug where redefining ``MCDisplacement/RotationMove`` in the YAML ``mcmc_moves`` block without specifying ``atom_subset`` caused the MC move to affect the whole system instead of only the ligand atoms (`#1099 `_). +- Fix bug where redefining ``MCDisplacement/RotationMove`` in the YAML ``mcmc_moves`` block without specifying ``atom_subset`` caused the MC move to affect the whole system instead of only the ligand atoms (`#1099 `_). - Add ``net_charge`` option to the antechamber YAML pipeline for charged small molecules (`#1099 `_). - Added YAML syntax tutorial in the online documentation (`#1099 `_). diff --git a/setup.py b/setup.py index 0e12a46c..2e28791c 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ ######################## VERSION = "0.23.7" # Primary base version of the build -DEVBUILD = 0 # Dev build status, Either None or Integer -ISRELEASED = False # Are we releasing this as a full cut? +DEVBUILD = None # Dev build status, Either None or Integer +ISRELEASED = True # Are we releasing this as a full cut? __version__ = VERSION ######################## CLASSIFIERS = """\