We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e79fb3 commit e829b0aCopy full SHA for e829b0a
django/__init__.py
@@ -1,6 +1,6 @@
1
from django.utils.version import get_version
2
3
-VERSION = (4, 2, 0, "beta", 1)
+VERSION = (4, 2, 0, "rc", 1)
4
5
__version__ = get_version(VERSION)
6
0 commit comments