We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1e3c7 commit 43aede1Copy full SHA for 43aede1
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Hyperlink Changelog
2
3
+## 20.0.1
4
+
5
+*(August 4, 2020)*
6
7
+Rerelease to fix packaging metadata around conditional requirements.
8
+See [issue #133](https://github.com/python-hyper/hyperlink/issues/133)
9
+for more details.
10
11
## 20.0.0
12
13
*(August 3, 2020)*
docs/conf.py
@@ -65,7 +65,7 @@
65
author = u'Mahmoud Hashemi'
66
67
version = '20.0'
68
-release = '20.0.0'
+release = '20.0.1'
69
70
if os.name != 'nt':
71
today_fmt = '%B %d, %Y'
0 commit comments