From 8e6dbea95053a659301385fc1e58d563a616d994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bouysset?= Date: Wed, 11 Oct 2023 21:52:28 +0100 Subject: [PATCH] bump to 2.0.1 --- CHANGELOG.md | 6 ++++++ prolif/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f13817..285512c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [2.0.1] - 2023-10-11 + ### Added - In `Complex3D` you can now use the `compare` method to display two 3D structures side @@ -19,15 +22,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The barcode plot would skip labelling the second residue on the Y axis. - Parsing residue names/number was broken for TIP3 water molecules and others. + ## [2.0.0.post1] - 2023-09-13 This is a post-release to fix releases not containing the complete test suite. + ## [2.0.0.post0] - 2023-09-13 This is a post-release to fix an issue with the conda build not being able to run the tests. + ## [2.0.0] - 2023-09-03 ### Added diff --git a/prolif/_version.py b/prolif/_version.py index 67ea582..159d48b 100644 --- a/prolif/_version.py +++ b/prolif/_version.py @@ -1 +1 @@ -__version__ = "2.0.1-rc2" +__version__ = "2.0.1"