Skip to content

Commit

Permalink
Merge pull request #137 from stephenhky/setupupdate
Browse files Browse the repository at this point in the history
added pyproject.toml to MANIFEST.in
  • Loading branch information
stephenhky authored Sep 23, 2022
2 parents 29af3fc + 13f90af commit 6ef6b47
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include README.md
include requirements.txt
include setup_requirements.txt
include test_requirements.txt
include pyproject.toml
include shorttext/data/shorttext_exampledata.csv
include shorttext/utils/stopwords.txt
include shorttext/utils/nonneg_stopwords.txt
Expand Down
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

* 09/23/2022: `shorttext` 1.5.8 released.
* 09/22/2022: `shorttext` 1.5.7 released.
* 08/29/2022: `shorttext` 1.5.6 released.
* 05/28/2022: `shorttext` 1.5.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.5'
# The full version, including alpha/beta/rc tags.
release = u'1.5.7'
release = u'1.5.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
====

* 09/23/2022: `shorttext` 1.5.8 released.
* 09/22/2022: `shorttext` 1.5.7 released.
* 08/29/2022: `shorttext` 1.5.6 released.
* 05/28/2022: `shorttext` 1.5.5 released.
Expand Down Expand Up @@ -76,6 +77,11 @@ News
What's New
----------

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

* Package administration.

Release 1.5.7 (September 22, 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.7',
version='1.5.8',
description="Short Text Mining",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6ef6b47

Please sign in to comment.