Skip to content

Commit

Permalink
[4.1.x] Post-release version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Sep 4, 2023
1 parent 618a0e7 commit 9a60fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (4, 1, 11, "final", 0)
VERSION = (4, 1, 12, "alpha", 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 9a60fac

Please sign in to comment.