Skip to content

Commit

Permalink
Release 1.26.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Nov 23, 2022
1 parent 977b843 commit 64b7f79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,16 @@
Changes
=======

1.26.13 (2022-11-23)
--------------------

* Deprecated the ``HTTPResponse.getheaders()`` and ``HTTPResponse.getheader()`` methods.
* Fixed an issue where parsing a URL with leading zeroes in the port would be rejected
even when the port number after removing the zeroes was valid.
* Fixed a deprecation warning when using cryptography v39.0.0.
* Removed the ``<4`` in the ``Requires-Python`` packaging metadata field.


1.26.12 (2022-08-22)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/urllib3/_version.py
@@ -1,2 +1,2 @@
# This file is protected via CODEOWNERS
__version__ = "1.26.12"
__version__ = "1.26.13"

0 comments on commit 64b7f79

Please sign in to comment.