Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed May 7, 2021
1 parent 37cf287 commit 01a708f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
22 changes: 22 additions & 0 deletions docs/source/release-notes/1.5.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
1.5.0 - 2021-05-07
------------------

- Fix bug where a valid IRI is mishandled by ``urlparse`` and
``ParseResultBytes``.

See also `GitHub #57`_

- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
:meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
:meth:`~rfc3986.builder.URIBuilder.geturl` to
:class:`~rfc3986.builder.URIBuilder`.

See also `GitHub #29`_

.. links
.. _GitHub #29:
https://github.com/python-hyper/rfc3986/issues/29

.. _GitHub #57:
https://github.com/python-hyper/rfc3986/issues/57
1 change: 1 addition & 0 deletions docs/source/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ here with the newest releases first.
.. toctree::

unreleased
1.5.0
1.4.0
1.3.2
1.3.1
Expand Down
20 changes: 1 addition & 19 deletions docs/source/release-notes/unreleased.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
1.x.y - 202z-aa-bb
------------------

- Fix bug where a valid IRI is mishandled by ``urlparse`` and
``ParseResultBytes``.

See also `GitHub #57`_

- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
:meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
:meth:`~rfc3986.builder.URIBuilder.geturl` to
:class:`~rfc3986.builder.URIBuilder`.

See also `GitHub #29`_

.. links
.. _GitHub #29:
https://github.com/python-hyper/rfc3986/issues/29

.. _GitHub #57:
https://github.com/python-hyper/rfc3986/issues/57
.. links below here
2 changes: 1 addition & 1 deletion src/rfc3986/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__author_email__ = "graffatcolmingov@gmail.com"
__license__ = "Apache v2.0"
__copyright__ = "Copyright 2014 Rackspace; 2016 Ian Stapleton Cordasco"
__version__ = "1.4.0"
__version__ = "1.5.0"

__all__ = (
"ParseResult",
Expand Down

0 comments on commit 01a708f

Please sign in to comment.