File tree Expand file tree Collapse file tree 4 files changed +25
-20
lines changed
docs/source/release-notes Expand file tree Collapse file tree 4 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 1+ 1.5.0 - 2021-05-07
2+ ------------------
3+
4+ - Fix bug where a valid IRI is mishandled by ``urlparse `` and
5+ ``ParseResultBytes ``.
6+
7+ See also `GitHub #57 `_
8+
9+ - Add :meth: `~rfc3986.builder.URIBuilder.extend_path `,
10+ :meth: `~rfc3986.builder.URIBuilder.extend_query_with `,
11+ :meth: `~rfc3986.builder.URIBuilder.geturl ` to
12+ :class: `~rfc3986.builder.URIBuilder `.
13+
14+ See also `GitHub #29 `_
15+
16+ .. links
17+
18+ .. _GitHub #29 :
19+ https://github.com/python-hyper/rfc3986/issues/29
20+
21+ .. _GitHub #57 :
22+ https://github.com/python-hyper/rfc3986/issues/57
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ here with the newest releases first.
1111.. toctree ::
1212
1313 unreleased
14+ 1.5.0
1415 1.4.0
1516 1.3.2
1617 1.3.1
Original file line number Diff line number Diff line change 111.x.y - 202z-aa-bb
22------------------
33
4- - Fix bug where a valid IRI is mishandled by ``urlparse `` and
5- ``ParseResultBytes ``.
6-
7- See also `GitHub #57 `_
8-
9- - Add :meth: `~rfc3986.builder.URIBuilder.extend_path `,
10- :meth: `~rfc3986.builder.URIBuilder.extend_query_with `,
11- :meth: `~rfc3986.builder.URIBuilder.geturl ` to
12- :class: `~rfc3986.builder.URIBuilder `.
13-
14- See also `GitHub #29 `_
15-
16- .. links
17-
18- .. _GitHub #29 :
19- https://github.com/python-hyper/rfc3986/issues/29
20-
21- .. _GitHub #57 :
22- https://github.com/python-hyper/rfc3986/issues/57
4+ .. links below here
Original file line number Diff line number Diff line change 3636__author_email__ = "[email protected] " 3737__license__ = "Apache v2.0"
3838__copyright__ = "Copyright 2014 Rackspace; 2016 Ian Stapleton Cordasco"
39- __version__ = "1.4 .0"
39+ __version__ = "1.5 .0"
4040
4141__all__ = (
4242 "ParseResult" ,
You can’t perform that action at this time.
0 commit comments