From 9e48772c75c10e3684dcc9171b0f69cbf5e031fc Mon Sep 17 00:00:00 2001 From: dgilling Date: Fri, 2 Feb 2018 12:06:40 -0800 Subject: [PATCH] Bump Version to 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fd7826..12164e0 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.2.1', + version='1.2.2', description='Moesif Middleware for Python Django', long_description=long_description,