Skip to content

Commit cd875e6

Browse files
committed
bump docs version, write v21.0.0 changelog
1 parent eae9223 commit cd875e6

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## 21.0.0
4+
5+
*(January 7, 2021)*
6+
7+
* Update plus sign (`+`) handling to work with/like HTML form encoding
8+
(`POST`) by default, fixes [#129][i129], and associated roundtripping ([#146][i146]).
9+
* Package IDNA tables. ([#134][i134])
10+
* Long overdue dependency bumps
11+
12+
[i129]: https://github.com/python-hyper/hyperlink/issues/129
13+
[i134]: https://github.com/python-hyper/hyperlink/issues/134
14+
[i146]: https://github.com/python-hyper/hyperlink/issues/146
15+
316
## 20.0.1
417

518
*(August 4, 2020)*

docs/conf.py

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

67-
version = '20.0'
68-
release = '20.0.1'
67+
version = '21.0'
68+
release = '21.0.0'
6969

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

0 commit comments

Comments
 (0)