diff options
| author | Tim Graham <timograham@gmail.com> | 2018-02-01 09:35:13 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-02-01 09:35:13 -0500 |
| commit | 5d4368cad39b79ae4ce2224c64facc72366d0fb8 (patch) | |
| tree | 24615707d02474b6d5da64a81eff8863a4785562 | |
| parent | 57b95fedad5e0b83fc9c81466b7d1751c6427aae (diff) | |
[1.11.x] Bumped version for 1.11.10 release.1.11.10
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index af973efba2..c49cc5aa8d 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, 10, 'alpha', 0) +VERSION = (1, 11, 10, 'final', 0) __version__ = get_version(VERSION) |
