Skip to content

Commit

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

<!-- towncrier release notes start -->

## 1.2.0 - 2023-10-18


### Features

- added two new synonym generation routines, VerbPhraseVariantGenerator and TokenListReplacementGenerator
- synonym generators now cache results, and are thus much faster


## 1.1.2 - 2023-10-11


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

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+syngenerationcache.feature.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.1.2"
__version__ = "1.2.0"

0 comments on commit ebbad1e

Please sign in to comment.