diff --git a/CHANGELOG.md b/CHANGELOG.md index fef7c29..35cf04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## Version 4.3.1 2024-12-05 + +### Trival changes + +- Upgraded dependencies +- Removed conda env file for user setup +- Removed download of old HDF5 model files + +### Bug-fixes + +- Fixed import of clustering GUI causing issues + ## Version 4.3.0 2024-05-22 ### Features diff --git a/docs/conf.py b/docs/conf.py index 36db325..d52c79c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,9 +4,9 @@ sys.path.insert(0, os.path.abspath(".")) project = "aizynthfinder" -copyright = "2020-2022, Molecular AI group" +copyright = "2020-2024, Molecular AI group" author = "Molecular AI group" -release = "4.3.0" +release = "4.3.1" # This make sure that the cli_help.txt file is properly formated with open("cli_help.txt", "r") as fileobj: diff --git a/pyproject.toml b/pyproject.toml index 3504896..b842227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aizynthfinder" -version = "4.3.0" +version = "4.3.1" description = "Retrosynthetic route finding using neural network guided Monte-Carlo tree search" authors = ["Molecular AI group "] license = "MIT"