diff --git a/docs/conf.py b/docs/conf.py index 89277aa..f9f8c9a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = u'1.5' # The full version, including alpha/beta/rc tags. -release = u'1.5.4' +release = u'1.5.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/news.rst b/docs/news.rst index 9f7b8ef..7ab1fcd 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,7 @@ News ==== +* 05/28/2022: `shorttext` 1.5.5 released. * 12/15/2021: `shorttext` 1.5.4 released. * 07/11/2021: `shorttext` 1.5.3 released. * 07/06/2021: `shorttext` 1.5.2 released. @@ -73,6 +74,12 @@ News What's New ---------- +Release 1.5.5 (May 28, 2022) +----------------------------- + +* Support for Python 3.10. + + Release 1.5.4 (December 15, 2021) ----------------------------- diff --git a/setup.py b/setup.py index 12e0551..5f31a97 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def test_requirements(): setup(name='shorttext', - version='1.5.5a1', + version='1.5.5', description="Short Text Mining", long_description=package_description(), long_description_content_type='text/markdown',