Skip to content

Commit

Permalink
release 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jun 20, 2023
1 parent c7a47d5 commit a3af85b
Show file tree
Hide file tree
Showing 6 changed files with 3,349 additions and 3,806 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ If you would like to contribute, feel free to submit the pull requests. You can

## News

* 06/19/2023: `shorttext` 1.5.9 released.
* 09/23/2022: `shorttext` 1.5.8 released.
* 09/22/2022: `shorttext` 1.5.7 released.
* 08/29/2022: `shorttext` 1.5.6 released.
Expand Down
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.8'
release = u'1.5.9'

# 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
====

* 06/19/2023: `shorttext` 1.5.9 released.
* 09/23/2022: `shorttext` 1.5.8 released.
* 09/22/2022: `shorttext` 1.5.7 released.
* 08/29/2022: `shorttext` 1.5.6 released.
Expand Down Expand Up @@ -77,6 +78,12 @@ News
What's New
----------

Release 1.5.9 (June 19, 2023)
-----------------------------

* Support for Python 3.11;
* Removing flask.

Release 1.5.8 (September 23, 2022)
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_requirements():


setup(name='shorttext',
version='1.5.9a1',
version='1.5.9',
description="Short Text Mining",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down
Loading

0 comments on commit a3af85b

Please sign in to comment.