From 120d2dacf10566b29e28338eb14db86fe8900110 Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Wed, 19 Aug 2020 08:58:19 +0100 Subject: [PATCH] Version 1.6.0 --- log_request_id/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log_request_id/__init__.py b/log_request_id/__init__.py index 6155123..5d93090 100644 --- a/log_request_id/__init__.py +++ b/log_request_id/__init__.py @@ -1,6 +1,6 @@ import threading -__version__ = "1.5.0" +__version__ = "1.6.0" local = threading.local()