File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = 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.
Original file line number Diff line number Diff line change 11News
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.
7374What's New
7475----------
7576
77+ Release 1.5.5 (May 28, 2022)
78+ -----------------------------
79+
80+ * Support for Python 3.10.
81+
82+
7683Release 1.5.4 (December 15, 2021)
7784-----------------------------
7885
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def test_requirements():
3535
3636
3737setup (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' ,
You can’t perform that action at this time.
0 commit comments