From 262e3e332209ee93ff70e2b13502c8f20c105ac8 Mon Sep 17 00:00:00 2001 From: Illia Volochii Date: Mon, 2 Oct 2023 20:07:11 +0300 Subject: [PATCH] Release 2.0.6 --- src/urllib3/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urllib3/_version.py b/src/urllib3/_version.py index c96419055d..2d0d430896 100644 --- a/src/urllib3/_version.py +++ b/src/urllib3/_version.py @@ -1,4 +1,4 @@ # This file is protected via CODEOWNERS from __future__ import annotations -__version__ = "2.0.5" +__version__ = "2.0.6"