Skip to content

Commit

Permalink
[1.4.x] Bump version to no longer claim to be 1.4.5 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Mar 28, 2013
1 parent 41af26d commit 4c6fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 4, 5, 'final', 0) VERSION = (1, 4, 6, 'alpha', 0)


def get_version(version=None): def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION.""" """Derives a PEP386-compliant version number from VERSION."""
Expand Down

0 comments on commit 4c6fb23

Please sign in to comment.