We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013b584 commit a4ad760Copy full SHA for a4ad760
docs/conf.py
@@ -64,8 +64,8 @@
64
copyright = u'2017, Mahmoud Hashemi'
65
author = u'Mahmoud Hashemi'
66
67
-version = '17.1'
68
-release = '17.1.1'
+version = '17.2'
+release = '17.2.0'
69
70
if os.name != 'nt':
71
today_fmt = '%B %d, %Y'
setup.py
@@ -3,6 +3,8 @@
3
4
Hyperlink is a featureful, pure-Python implementation of the URL, with
5
an emphasis on correctness. BSD licensed.
6
+
7
+See the docs at http://hyperlink.readthedocs.io.
8
"""
9
10
from setuptools import setup
0 commit comments