Skip to content

Commit

Permalink
Bump version to 1.11.33
Browse files Browse the repository at this point in the history
  • Loading branch information
sbollie authored and oychang committed Apr 1, 2021
1 parent 8ed701e commit 7fc8f65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ This version does not exist.
=======

* Only change from upstream is suppressing the upstream update of nullable `User.last_login` (1cb5bc2).

1.11.33
=======

* Revert MySQL version detection to not use `SELECT VERSION()`
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, 32, "alpha", 0)
VERSION = (1, 11, 33, "alpha", 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 7fc8f65

Please sign in to comment.