From 4013eadca8306f2359491529edc56333cf7d72a1 Mon Sep 17 00:00:00 2001 From: Florian Kaiser Date: Fri, 18 Aug 2023 10:19:04 +0200 Subject: [PATCH] hotfix, adds missing test resource - missing 6nhb.pdb added to test_pication to succeed - version updated to 2.3.0 Signed-off-by: Florian Kaiser --- CHANGES.txt | 5 +++++ plip/basic/config.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a549223..6a27ff7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,10 @@ Changelog --------- +# 2.3.0 +* fixes an issue that caused encoding errors to be thrown +* salt bridge interaction improved +* minor bugs fixed + # 2.2.2 * fixes an issue that caused encoding errors to be thrown diff --git a/plip/basic/config.py b/plip/basic/config.py index 6256df8..4e87be8 100644 --- a/plip/basic/config.py +++ b/plip/basic/config.py @@ -1,4 +1,4 @@ -__version__ = '2.2.2' +__version__ = '2.3.0' __maintainer__ = 'PharmAI GmbH (2020-2021) - www.pharm.ai - hello@pharm.ai' __citation_information__ = "Adasme,M. et al. PLIP 2021: expanding the scope of the protein-ligand interaction profiler to DNA and RNA. " \ "Nucl. Acids Res. (05 May 2021), gkab294. doi: 10.1093/nar/gkab294"