From c17d4928fb63a280d7331a2a2473c29856012607 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sat, 11 Dec 2021 19:56:21 -0800 Subject: [PATCH] Incorporates fix for #245. --- docs/source/releases.rst | 9 +++++++++ pdb2pqr/_version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 9de47b5d..633efad4 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -2,6 +2,15 @@ Release history ############### +****************** +3.4.0 (2021-12-11) +****************** + +Fixes +===== + +* Fix bug for wrong pKas assigned to terminal residues (`#245 `_) + ****************** 3.3.3 (2021-11-24) ****************** diff --git a/pdb2pqr/_version.py b/pdb2pqr/_version.py index 41bf5bac..2a3a2368 100644 --- a/pdb2pqr/_version.py +++ b/pdb2pqr/_version.py @@ -5,4 +5,4 @@ * we can import it in setup.py for the same reason * we can import it into your module """ -__version__ = "3.3.3" +__version__ = "3.4.0"