From b5e117b15b4c935ee168aa98446f4c5fe2f4bc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bouysset?= Date: Sun, 10 Mar 2024 23:43:50 +0000 Subject: [PATCH] release 2.0.3 --- CHANGELOG.md | 2 ++ prolif/_version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ca8bb..c750e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.3] - 2024-03-10 + ### Fixed - The SMARTS pattern for halogen bond acceptors was not allowing carbonyles and other diff --git a/prolif/_version.py b/prolif/_version.py index faf83c7..5fa9130 100644 --- a/prolif/_version.py +++ b/prolif/_version.py @@ -1 +1 @@ -__version__ = "2.0.3-rc1" +__version__ = "2.0.3"