Skip to content

Commit

Permalink
Merge pull request #109 from stephenhky/docstring
Browse files Browse the repository at this point in the history
Documentation requirement and PyUP config cleaned up
  • Loading branch information
stephenhky authored Oct 18, 2020
2 parents a0d387a + ddb92bc commit 9769ae1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ formats: all
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: pip
path: .

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you would like to contribute, feel free to submit the pull requests. You can


## News

* 10/18/2020: `shorttext` 1.4.2 released.
* 09/23/2020: `shorttext` 1.4.1 released.
* 09/02/2020: `shorttext` 1.4.0 released.
* 07/23/2020: `shorttext` 1.3.0 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.1'
release = u'1.4.2'

# 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
====

* 10/18/2020: `shorttext` 1.4.2 released.
* 09/23/2020: `shorttext` 1.4.1 released.
* 09/02/2020: `shorttext` 1.4.0 released.
* 07/23/2020: `shorttext` 1.3.0 released.
Expand Down Expand Up @@ -61,6 +62,11 @@ News
What's New
----------

Release 1.4.2 (October 18, 2020)
----------------------------------

* Documentation requirements and PyUp configs cleaned up.

Release 1.4.1 (September 23, 2020)
----------------------------------

Expand Down
13 changes: 0 additions & 13 deletions docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_requirements():


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

0 comments on commit 9769ae1

Please sign in to comment.