Skip to content

Commit

Permalink
Merge pull request #11 from MolecularAI/release-1.2.0
Browse files Browse the repository at this point in the history
Public release 1.2.0
  • Loading branch information
SGenheden authored Nov 21, 2022
2 parents 457aef1 + df1b7a0 commit dfeb012
Show file tree
Hide file tree
Showing 11 changed files with 547 additions and 459 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.0.0
hooks:
- id: black
# We should add some linter to here at some point
# We should add some linter to here at some point
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 1.2.0 - 2022-11-21

### Features

- Adding pipeline actions for identifying RingBreaker reactions
- Adding support for extracting new type of RingBreaker templates

## Version 1.1.1 - 2022-08-31

### Trival changes
Expand Down
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.1.1"
release = "1.2.0"

extensions = [
"sphinx.ext.autodoc",
Expand Down
Loading

0 comments on commit dfeb012

Please sign in to comment.