File tree Expand file tree Collapse file tree
docs/source/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ Contributors
1111- Derek Higgins
1212- Victor Stinner
1313- Viktor Haag
14+ - Seth Michael Larson
Original file line number Diff line number Diff line change 1+ 1.2.0 -- 2018-12-04
2+ -------------------
3+
4+ - Attempt to detect percent-encoded URI components and
5+ encode ``% `` characters if required.
6+
7+ See also `GitHub #38 `_
8+
9+ - Allow percent-encoded bytes within host.
10+
11+ See also `GitHub #39 `_
12+
13+ - Correct the IPv6 regular expression by adding a missing variation.
14+
15+ - Fix hashing for URIReferences on Python 3.
16+
17+ See also `GitHub !35 `_
18+
19+ .. links
20+
21+ .. _GitHub !35 :
22+ https://github.com/python-hyper/rfc3986/pull/35
23+
24+ .. _GitHub #38 :
25+ https://github.com/python-hyper/rfc3986/pull/38
26+
27+ .. _GitHub #39 :
28+ https://github.com/python-hyper/rfc3986/pull/39
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ here with the newest releases first.
1010
1111.. toctree ::
1212
13+ 1.2.0
1314 1.1.0
1415 1.0.0
1516
Original file line number Diff line number Diff line change 3434__author_email__ = 'graffatcolmingov@gmail.com'
3535__license__ = 'Apache v2.0'
3636__copyright__ = 'Copyright 2014 Rackspace'
37- __version__ = '1.1 .0'
37+ __version__ = '1.2 .0'
3838
3939__all__ = (
4040 'ParseResult' ,
You can’t perform that action at this time.
0 commit comments