Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazu Version Bump committed Nov 7, 2023
1 parent 45f3115 commit 3e9f987
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 1.3.0 - 2023-11-07


### Features

- CurationProcessor no longer tries to handle curations with INHERIT_FROM_SOURCE_TERM behaviour, as this was causing confusion and conflicts. This is now the responsibility of the caller.
- Updated ontologies for October 2023.

### Bugfixes

- Fixed a bug in MemoryEfficientStringMatchingStep where caseinsensitive overlaps caused ontology info to be lost.


## 1.2.0 - 2023-10-18


Expand Down
1 change: 0 additions & 1 deletion docs/_changelog.d/+inheritedtermbehaviour.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+ontologiess.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+stringmatcheroverride.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion kazu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 3e9f987

Please sign in to comment.