Skip to content

Commit

Permalink
release phonemizer-2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Jan 6, 2021
1 parent f89532c commit 1283d99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

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

## not yet released
## phonemizer-2.2.2

* **bugfixes**

* Fixed installation from source (bug introduced in 2.2.1, see
issue [#52](https://github.com/bootphon/phonemizer/issues/52)).

* Fixed a bug when trying to restore punctuation on an empty text (see issue
[#54](https://github.com/bootphon/phonemizer/issues/54)).

* Fixed installation from source (bug introduced in 2.2.1, see
issue [#52](https://github.com/bootphon/phonemizer/issues/52)).
* Fixed an edge case bug when using custom punctuation marks (see issue
[#55](https://github.com/bootphon/phonemizer/issues/55)).

* Fixed regex issue that causes digits to be considered punctuation (see
issue [#60](https://github.com/bootphon/phonemizer/pull/60)).

* Fixed regex issue that causes digits to be considered punctuation, see
[#60](https://github.com/bootphon/phonemizer/pull/60).

## phonemizer-2.2.1

Expand Down
2 changes: 1 addition & 1 deletion phonemizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Multilingual text to phones converter"""


__version__ = '2.2.1'
__version__ = '2.2.2'


try: # pragma: nocover
Expand Down

0 comments on commit 1283d99

Please sign in to comment.