Skip to content

Commit

Permalink
Update version. Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kpzn768 committed Dec 5, 2024
1 parent ff82675 commit b95c245
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Version 4.3.1 2024-12-05

### Trival changes

- Upgraded dependencies
- Removed conda env file for user setup

### Bug-fixes

- Fixed import of clustering GUI causing issues

## Version 4.3.0 2024-05-22

### Features
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b95c245

Please sign in to comment.