mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
[1.5.x] Correct final element of version tuple.
This commit is contained in:
parent
52093827c7
commit
b170c077cc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 5, 0, 'final', 2)
|
||||
VERSION = (1, 5, 0, 'final', 0)
|
||||
|
||||
def get_version(*args, **kwargs):
|
||||
# Don't litter django/__init__.py with all the get_version stuff.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue