From acf4979e9c17602b0a50d12deceebb96aab28250 Mon Sep 17 00:00:00 2001 From: Kwan-yuet Ho Date: Sat, 20 Jul 2019 14:26:30 -0400 Subject: [PATCH] release 1.1.4 --- README.md | 1 + apidocs/source/conf.py | 2 +- docs/conf.py | 2 +- docs/news.rst | 6 ++++++ setup.py | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7b089dd..e9e483de 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ If you would like to contribute, feel free to submit the pull requests. You can ## News +* 07/20/2019: `shorttext` 1.1.4 released. * 07/07/2019: `shorttext` 1.1.3 released. * 06/05/2019: `shorttext` 1.1.2 released. * 04/23/2019: `shorttext` 1.1.1 released. diff --git a/apidocs/source/conf.py b/apidocs/source/conf.py index 5a342b6c..b0413c5f 100644 --- a/apidocs/source/conf.py +++ b/apidocs/source/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.3' +release = '1.1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/conf.py b/docs/conf.py index ddb1d616..f94ae260 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = u'1.1' # The full version, including alpha/beta/rc tags. -release = u'1.1.3' +release = u'1.1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/news.rst b/docs/news.rst index 423c5aa5..6eea23f3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,7 @@ News ==== +* 07/20/2019: `shorttext` 1.1.4 released. * 07/07/2019: `shorttext` 1.1.3 released. * 06/05/2019: `shorttext` 1.1.2 released. * 04/23/2019: `shorttext` 1.1.1 released. @@ -48,6 +49,11 @@ News What's New ---------- +Release 1.1.4 (July 20, 2019) +----------------------------- + +* Minor bugs fixed. + Release 1.1.3 (July 7, 2019) ---------------------------- diff --git a/setup.py b/setup.py index 69fcc0df..41d5b799 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def package_description(): setup(name='shorttext', - version='1.1.3', + version='1.1.4', description="Short Text Mining", long_description=package_description(), long_description_content_type='text/markdown',