Skip to content

Commit

Permalink
[1.5.x] Correct final element of version tuple.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Feb 26, 2013
1 parent 5209382 commit b170c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b170c07

Please sign in to comment.