Skip to content

Commit

Permalink
Bumping version for new release, updated documentation changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Jun 9, 2022
1 parent 21da766 commit f2eee0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog

Version numbers follow `semantic versioning <https://semver.org>`__

phonemizer-3.2.1
----------------

* **bug fixes**

* Fixed a bug when trying to restore punctuation on a multiline text.
See `issue #129 <https://github.com/bootphon/phonemizer/issues/129>`__


phonemizer-3.2.0
----------------

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__ = '3.2.0'
__version__ = '3.2.1'
"""Phonemizer version"""


Expand Down

0 comments on commit f2eee0d

Please sign in to comment.