Skip to content

Commit 43aede1

Browse files
committed
changelog and docs version bump for v20.0.1
1 parent dd1e3c7 commit 43aede1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Hyperlink Changelog
22

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+
311
## 20.0.0
412

513
*(August 3, 2020)*

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
author = u'Mahmoud Hashemi'
6666

6767
version = '20.0'
68-
release = '20.0.0'
68+
release = '20.0.1'
6969

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

0 commit comments

Comments
 (0)