diff --git a/docs/changelog.rst b/docs/changelog.rst index aa97a4d..8bea8ec 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,15 @@ Changelog ========= +Version 0.17.1 +-------------- + +Released on 2025-01-20. + +* Update Mongolian dictionary. +* Add Assamese, Kannada, Sanskrit, Punjabi, Oriya, Marathi dictionaries. + + Version 0.17.0 -------------- diff --git a/pyphen/__init__.py b/pyphen/__init__.py index 895009b..02ec6de 100755 --- a/pyphen/__init__.py +++ b/pyphen/__init__.py @@ -11,7 +11,7 @@ from importlib import resources from pathlib import Path -VERSION = __version__ = '0.17.0' +VERSION = __version__ = '0.17.1' __all__ = ('LANGUAGES', 'Pyphen', 'language_fallback')