diff --git a/docs/changelog.rst b/docs/changelog.rst index 16a0943..4192498 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +Version 0.13.1 +-------------- + +Released on 2022-11-15. + +* Update Italian dictionary. + + Version 0.13.0 -------------- diff --git a/pyphen/__init__.py b/pyphen/__init__.py index 62441a8..859b35a 100755 --- a/pyphen/__init__.py +++ b/pyphen/__init__.py @@ -10,7 +10,7 @@ import os import re -VERSION = __version__ = '0.13.0' +VERSION = __version__ = '0.13.1' __all__ = ('Pyphen', 'LANGUAGES', 'language_fallback')