Skip to content

Commit

Permalink
release phonemizer-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Aug 1, 2024
1 parent f8e33bb commit 3ed323f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ Changelog
Version numbers follow `semantic versioning <https://semver.org>`__.


not yet released
phonemizer-3.3.0
----------------

**Requires python>=3.8 (was 3.6 in previous versions). Tests now requires pytest>=6.0**
**This version depends on python>=3.8 (was 3.6 in previous versions). Tests now
requires pytest>=6.0**

* **improvments**
* **improvements**

* Replaced dependency to deprecated ``pkg_resources`` by ``importlib``
(requires python>=3.8).
Expand Down
2 changes: 1 addition & 1 deletion phonemizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
from .phonemize import phonemize # pylint: disable=unused-import


__version__ = '3.3.0-dev'
__version__ = '3.3.0'
"""Phonemizer version"""

0 comments on commit 3ed323f

Please sign in to comment.