Commit ed9b7b62 authored by James Bennett's avatar James Bennett
Browse files

[1.6.x] Bump version number for 1.6 beta 3 security release.

parent 2f2731e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 6, 0, 'beta', 2)
VERSION = (1, 6, 0, 'beta', 3)

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