Skip to content

Commit

Permalink
Add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
8nhuman8 committed Jun 16, 2020
1 parent 195882e commit 39f3df7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PACKAGE_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python setup.py install
```

## Usage
See the [documentation](https://randword.readthedocs.io/en/latest/index.html).
See the [documentation](https://randword.readthedocs.io/en/stable/index.html).

## Credits and references
- A database of words for each part of the speech was taken from [WordNet](https://wordnet.princeton.edu/).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python setup.py install
```

## Usage
See the [documentation](https://randword.readthedocs.io/en/latest/index.html).
See the [documentation](https://randword.readthedocs.io/en/stable/index.html).

## Credits and references
- A database of words for each part of the speech was taken from [WordNet](https://wordnet.princeton.edu/).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
copyright = '2020, Artyom Bezmenov'
author = 'Artyom Bezmenov'

release = '2.9.2'
release = '2.9.3'


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

with open('PACKAGE_README.md', 'r') as readme_file:
long_description = readme_file.read()
VERSION = '2.9.2'
VERSION = '2.9.3'


setup(
Expand All @@ -30,6 +30,7 @@
project_urls={
'Bug Tracker': 'https://github.com/8nhuman8/randword/issues',
'Source Code': 'https://github.com/8nhuman8/randword',
'Documentation': 'https://randword.readthedocs.io/en/stable/',
'Download': f'https://github.com/8nhuman8/randword/archive/{VERSION}.tar.gz',
'Homepage': 'https://github.com/8nhuman8/randword'
},
Expand Down

0 comments on commit 39f3df7

Please sign in to comment.