mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
[1.10.x] Bumped version for 1.10.5 release.
This commit is contained in:
parent
edcbab6dae
commit
6157cd6da1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||
|
||||
from django.utils.version import get_version
|
||||
|
||||
VERSION = (1, 10, 5, 'alpha', 0)
|
||||
VERSION = (1, 10, 5, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue