Skip to content

Commit

Permalink
release phonemizer-2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Jul 24, 2020
1 parent 20ee9f2 commit 4009790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Version numbers follow [semantic versioning](https://semver.org)

## not yet released
## phonemizer-2.2.1

* **improvements**

* From Python import the phonemize function using `from phonemizer import
phonemize` instead of `from phonemizer.phonemize import phonemize`. The
second import is still available for compatibility.
From Python import the phonemize function using `from phonemizer import
phonemize` instead of `from phonemizer.phonemize import phonemize`. The
second import is still available for compatibility.

* **bugfixes**

Expand Down
2 changes: 1 addition & 1 deletion phonemizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from .phonemize import phonemize

__version__ = '2.2'
__version__ = '2.2.1'

0 comments on commit 4009790

Please sign in to comment.