From 358973a12eb3105ba084a2d594428a19223b8582 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 18 Dec 2019 09:32:29 +0100 Subject: [1.11.x] Bumped version for 1.11.27 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 1a1d58309d..429a5e90fd 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.version import get_version -VERSION = (1, 11, 27, 'alpha', 0) +VERSION = (1, 11, 27, 'final', 0) __version__ = get_version(VERSION) -- cgit v1.3