mirror of https://github.com/django/django.git
[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…
Reference in New Issue