Skip to content

Commit

Permalink
Merge pull request #21 from MolecularAI/release-v1.6.0
Browse files Browse the repository at this point in the history
Release v1.6.0
  • Loading branch information
Lakshidaa authored Aug 13, 2024
2 parents 36e0f74 + 6cfca89 commit 6445f50
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Version 1.6.0 - 2024-06-13

### Trivial changes

- rdkit version requirements have been updated to versions above 2023.9.1.

## Version 1.5.0 - 2024-05-27

### Features
Expand Down
47 changes: 24 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reaction_utils"
version = "1.5.0"
version = "1.6.0"
description = "Utilities for working with reactions, reaction templates and template extraction"
authors = ["Genheden, Samuel <[email protected]>", "Kannas, Christos <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ pre-commit = "^2.10.1"
ipython = "^7.21.0"
pylint = "^2.14.1"
invoke = "^1.7.1"
sphinx = "^4.0.0"
Sphinx = "^7.3.7"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 6445f50

Please sign in to comment.