Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2eee0d

Browse files
committedJun 9, 2022
Bumping version for new release, updated documentation changelog.rst
1 parent 21da766 commit f2eee0d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎docs/source/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changelog
44

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

7+
phonemizer-3.2.1
8+
----------------
9+
10+
* **bug fixes**
11+
12+
* Fixed a bug when trying to restore punctuation on a multiline text.
13+
See `issue #129 <https://github.com/bootphon/phonemizer/issues/129>`__
14+
15+
716
phonemizer-3.2.0
817
----------------
918

‎phonemizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Multilingual text to phones converter"""
1616

1717

18-
__version__ = '3.2.0'
18+
__version__ = '3.2.1'
1919
"""Phonemizer version"""
2020

2121

0 commit comments

Comments
 (0)
Please sign in to comment.