diff --git a/docs/changelog.rst b/docs/changelog.rst index 4192498..9d4fa79 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +Version 0.13.2 +-------------- + +Released on 2022-11-29. + +* Add Thai dictionary. + + Version 0.13.1 -------------- diff --git a/docs/first_steps.rst b/docs/first_steps.rst index e7f58ab..9c064bc 100644 --- a/docs/first_steps.rst +++ b/docs/first_steps.rst @@ -64,5 +64,6 @@ The dictionaries included in LibreOffice are distributed with Pyphen: * Spanish * Swedish * Telugu +* Thai * Ukrainian * Zulu diff --git a/pyphen/__init__.py b/pyphen/__init__.py index 859b35a..1f31e45 100755 --- a/pyphen/__init__.py +++ b/pyphen/__init__.py @@ -10,7 +10,7 @@ import os import re -VERSION = __version__ = '0.13.1' +VERSION = __version__ = '0.13.2' __all__ = ('Pyphen', 'LANGUAGES', 'language_fallback')