Skip to content

Commit

Permalink
Bump version to 1.11.31
Browse files Browse the repository at this point in the history
  • Loading branch information
thebarbershop committed Jul 21, 2020
1 parent 4e75617 commit 5fd102a
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
Expand Up @@ -2,7 +2,7 @@

from django.utils.version import get_version

VERSION = (1, 11, 30, 'alpha', 0)
VERSION = (1, 11, 31, 'alpha', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 5fd102a

Please sign in to comment.