Skip to content

Commit a4ad760

Browse files
committed
link to docs from setup.py and bump docs version
1 parent 013b584 commit a4ad760

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
copyright = u'2017, Mahmoud Hashemi'
6565
author = u'Mahmoud Hashemi'
6666

67-
version = '17.1'
68-
release = '17.1.1'
67+
version = '17.2'
68+
release = '17.2.0'
6969

7070
if os.name != 'nt':
7171
today_fmt = '%B %d, %Y'

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Hyperlink is a featureful, pure-Python implementation of the URL, with
55
an emphasis on correctness. BSD licensed.
6+
7+
See the docs at http://hyperlink.readthedocs.io.
68
"""
79

810
from setuptools import setup

0 commit comments

Comments
 (0)