mirror of
https://github.com/django/django.git
synced 2025-04-21 07:44:36 +00:00
[1.5.x] Correct final element of version tuple.
This commit is contained in:
parent
52093827c7
commit
b170c077cc
@ -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…
x
Reference in New Issue
Block a user