Skip to content

Commit 1449705

Browse files
committed
release 1.5.5
1 parent a2129a9 commit 1449705

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = u'1.5'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'1.5.4'
61+
release = u'1.5.5'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

docs/news.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
News
22
====
33

4+
* 05/28/2022: `shorttext` 1.5.5 released.
45
* 12/15/2021: `shorttext` 1.5.4 released.
56
* 07/11/2021: `shorttext` 1.5.3 released.
67
* 07/06/2021: `shorttext` 1.5.2 released.
@@ -73,6 +74,12 @@ News
7374
What's New
7475
----------
7576

77+
Release 1.5.5 (May 28, 2022)
78+
-----------------------------
79+
80+
* Support for Python 3.10.
81+
82+
7683
Release 1.5.4 (December 15, 2021)
7784
-----------------------------
7885

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_requirements():
3535

3636

3737
setup(name='shorttext',
38-
version='1.5.5a1',
38+
version='1.5.5',
3939
description="Short Text Mining",
4040
long_description=package_description(),
4141
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)