Commit 91a073a3 authored by Tim Graham's avatar Tim Graham
Browse files

[1.5.x] Bump version post-release.

parent 0a34f397
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 5, 3, 'final', 0)
VERSION = (1, 5, 4, 'alpha', 0)

def get_version(*args, **kwargs):
    # Don't litter django/__init__.py with all the get_version stuff.