From f576f280ee1ac03abfb679f594097f445610f91f Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 25 Jun 2021 09:55:56 +0200 Subject: [PATCH] Update version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73ccb863..ddc9524d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ except ImportError: # Our version ALWAYS matches the version of Django we support # If Django has a new release, we branch, tag, then update this setting after the tag. -version = "3.1.8" +version = "3.1.12" if sys.argv[-1] == "tag": os.system(f'git tag -a {version} -m "version {version}"')