Skip to content

Commit

Permalink
release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed May 28, 2022
1 parent a2129a9 commit 1449705
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1449705

Please sign in to comment.