Skip to content

Commit

Permalink
Release 1.26.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Aug 22, 2022
1 parent 13f1117 commit a0b22f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,14 @@
Changes
=======

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

* Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module.
Both will be removed in v2.x. See this `GitHub issue <https://github.com/urllib3/urllib3/issues/2680>`_
for justification and info on how to migrate.


1.26.11 (2022-07-25)
--------------------

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.11"
__version__ = "1.26.12"

0 comments on commit a0b22f8

Please sign in to comment.