diff options
| author | Tim Graham <timograham@gmail.com> | 2017-03-21 18:42:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-21 18:42:50 -0400 |
| commit | da72d0730eb0ff335404c13925afc962ac565c79 (patch) | |
| tree | 15be513af71a6f33da94c4559b28cf67bf19a31e | |
| parent | b406c3ea2889b386efc5d97999ff1de3c2ddf128 (diff) | |
[1.11.x] Bumped version for 1.11 release candidate 1.1.11rc1
| -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 f5b23c8639..338ca0e5a9 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, 0, 'beta', 1) +VERSION = (1, 11, 0, 'rc', 1) __version__ = get_version(VERSION) |
