Skip to content

Commit

Permalink
Release 2.4.0 (#164)
Browse files Browse the repository at this point in the history
* Bump version to 2.4.0
* Update CHANGES.txt
  • Loading branch information
mestia authored Dec 18, 2024
1 parent af3aa4f commit 979e56d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
---------
# 2.4.0
* new "--chains" flag to enable detection of interactions between protein chains by @PhiCMS and @snbolz
* update setup.py, attempt to fix and install broken python openbabel bindings 3.1.1.1
* update Dockerfile

# 2.3.1
* fixes in interaction detection with peptide ligands by @kalinni in #153
* fix in hydrogen bond acceptor identification by @kalinni in #151
Expand Down
2 changes: 1 addition & 1 deletion plip/basic/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.3.1'
__version__ = '2.4.0'
__maintainer__ = 'PharmAI GmbH (2020-2021) - www.pharm.ai - [email protected]'
__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"
Expand Down

0 comments on commit 979e56d

Please sign in to comment.