Skip to content

Commit

Permalink
Merge pull request #1101 from choderalab/release-0.23.6
Browse files Browse the repository at this point in the history
Release 0.23.6
  • Loading branch information
andrrizzi committed Oct 3, 2018
2 parents bf782c1 + 45b75db commit 392ab21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ This section features and improvements of note in each release.

The full release history can be viewed `at the GitHub yank releases page <https://github.com/choderalab/yank/releases>`_.

0.23.6 Development
------------------
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 <https://github.com/choderalab/yank/pull/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 <https://github.com/choderalab/yank/pull/1099>`_).
- Add ``net_charge`` option to the antechamber YAML pipeline for charged small molecules (`#1099 <https://github.com/choderalab/yank/pull/1099>`_).
- Added YAML syntax tutorial in the online documentation (`#1099 <https://github.com/choderalab/yank/pull/1099>`_).

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

########################
VERSION = "0.23.6" # 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 = """\
Expand Down

0 comments on commit 392ab21

Please sign in to comment.