Skip to content

Commit 9d4283e

Browse files
committed
Merge branch 'master' into gh-actions
* master: bump version for v21.0.1dev bump docs version, write v21.0.0 changelog bump version for v21.0.0 release (and add py3.9 classifier) [requires.io] dependency update # Conflicts: # CHANGELOG.md
2 parents cf23cd5 + a451f3d commit 9d4283e

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
* CPython 3.9 added to test matrix
66

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

923
*(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'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__author__ = "Mahmoud Hashemi and Glyph Lefkowitz"
14-
__version__ = "20.0.2dev"
14+
__version__ = "21.0.1dev"
1515
__contact__ = "mahmoud@hatnote.com"
1616
__url__ = "https://github.com/python-hyper/hyperlink"
1717
__license__ = "MIT"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ description = build documentation
318318
basepython = {[default]basepython}
319319

320320
deps =
321-
Sphinx==3.4.2
321+
Sphinx==3.4.3
322322
sphinx-rtd-theme==0.5.1
323323

324324
commands =

0 commit comments

Comments
 (0)