Skip to content

Commit

Permalink
Update changelog. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden committed Aug 31, 2022
1 parent fbd47c2 commit 44711a0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## Version 1.1.0 - 2022-08-31

### Features

- Support for importing and preparing reactions from the Open reaction database

### Bug-fixes

- Multiplatform support for RInChI features
- Checking if RDKit Contrib folder is properly installed
- Documentation errors corrected

### Trivial changes

- Updating RDkit dependency to use pypi package
- Replacing used timeout package

## Version 1.0.0 - 2022-07-01

- First stable version
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project = "ReactionUtils"
copyright = "2022, Molecular AI group"
author = "Molecular AI group"
release = "1.0.0"
release = "1.1.0"

extensions = [
"sphinx.ext.autodoc",
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 = "rxnutils"
version = "1.0.0"
version = "1.1.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

0 comments on commit 44711a0

Please sign in to comment.