File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 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)*
Original file line number Diff line number Diff line change 6464copyright = u'2018, Mahmoud Hashemi'
6565author = u'Mahmoud Hashemi'
6666
67- version = '20 .0'
68- release = '20 .0.1 '
67+ version = '21 .0'
68+ release = '21 .0.0 '
6969
7070if os .name != 'nt' :
7171 today_fmt = '%B %d, %Y'
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ description = build documentation
318318basepython = {[default]basepython}
319319
320320deps =
321- Sphinx ==3.4.2
321+ Sphinx ==3.4.3
322322 sphinx-rtd-theme ==0.5.1
323323
324324commands =
You can’t perform that action at this time.
0 commit comments