Skip to content

Commit

Permalink
Prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden committed Aug 21, 2024
1 parent ed35510 commit 9cf5ed7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 1.2.1 - 2024-08-21

### Trivial changes

- Update pydantic version


## Version 1.2.0 - 2024-01-24

### Trivial changes
Expand Down Expand Up @@ -48,4 +55,4 @@

## Version 0.1.0 - 2021-04-22

- First version
- First version
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 = "route-distances"
copyright = "2021-2022, Molecular AI group"
copyright = "2021-2024, Molecular AI group"
author = "Molecular AI group"
release = "1.2.0"
release = "1.2.1"

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 = "route-distances"
version = "1.2.0"
version = "1.2.1"
description = "Models for calculating distances between synthesis routes"
authors = ["Genheden, Samuel <samuel.genheden@astrazeneca.com>"]
license = "MIT"
Expand Down

0 comments on commit 9cf5ed7

Please sign in to comment.