summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2020-11-11 14:17:04 -0600
committerGitHub <noreply@github.com>2020-11-11 14:17:04 -0600
commit969fd3957a652ebe90bfe60483a478ad8b88f44a (patch)
treeb583c9490f34ebe0c459de53a366fb661fdff65d
parentf4464f7056d4bfc2440e1670fb67765752190968 (diff)
downloadurllib3-969fd3957a652ebe90bfe60483a478ad8b88f44a.tar.gz
Release 1.26.11.26.1
-rw-r--r--CHANGES.rst7
-rw-r--r--src/urllib3/_version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0b1531fd..18e098dd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,13 @@
Changes
=======
+1.26.1 (2020-11-11)
+-------------------
+
+* Fixed an issue where two ``User-Agent`` headers would be sent if a
+ ``User-Agent`` header key is passed as ``bytes`` (Pull #2047)
+
+
1.26.0 (2020-11-10)
-------------------
diff --git a/src/urllib3/_version.py b/src/urllib3/_version.py
index cee465f8..cd4e7b06 100644
--- a/src/urllib3/_version.py
+++ b/src/urllib3/_version.py
@@ -1,2 +1,2 @@
# This file is protected via CODEOWNERS
-__version__ = "1.26.0"
+__version__ = "1.26.1"