Skip to content

Commit

Permalink
release 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Feb 11, 2021
1 parent 241685f commit b089959
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ If you would like to contribute, feel free to submit the pull requests. You can

## News

* 02/11/2021: `shorttext` 1.4.8 released.
* 01/11/2021: `shorttext` 1.4.7 released.
* 01/03/2021: `shorttext` 1.4.6 released.
* 12/28/2020: `shorttext` 1.4.5 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.4'
# The full version, including alpha/beta/rc tags.
release = u'1.4.7'
release = u'1.4.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 6 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
News
====

* 02/11/2021: `shorttext` 1.4.8 released.
* 01/11/2021: `shorttext` 1.4.7 released.
* 01/03/2021: `shorttext` 1.4.6 released.
* 12/28/2020: `shorttext` 1.4.5 released.
Expand Down Expand Up @@ -67,6 +68,11 @@ News
What's New
----------

Release 1.4.8 (February 11, 2021)
---------------------------------

* Updated requirements for `scipy` for Python 3.7 or above.

Release 1.4.7 (January 11, 2021)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cython>=0.29.0
numpy>=1.16.0
scipy>=1.2.0
scipy>=1.6.0
joblib>=0.14
scikit-learn>=0.23.0
tensorflow>=2.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_requirements():


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

0 comments on commit b089959

Please sign in to comment.