Skip to content

Commit

Permalink
Merge pull request #1075 from choderalab/release-0.23.4
Browse files Browse the repository at this point in the history
Release 0.23.4
  • Loading branch information
andrrizzi authored Aug 25, 2018
2 parents 385f0a8 + acd8f2f commit eacee2a
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,12 +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 <https://github.com/choderalab/yank/releases>`_.

Development
-----------
0.23.4 Bugfix release
---------------------

Bugfixes
""""""""
- Fix bug #1012 when determining automatically the ``group_size`` of replica exchange simulations with MPI (`#1073 <https://github.com/choderalab/yank/pull/1073>`_).
- Fix bug where passing WT to the modeller directive caused the automatic setup pipeline to crash (`#1074 <https://github.com/choderalab/yank/pull/1074>`_).


0.23.3 Adds support for single mutations using Modeller
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.4" # 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 eacee2a

Please sign in to comment.