mirror of https://github.com/django/django.git
[3.2.x] Bumped version for 3.2 release candidate 1.
This commit is contained in:
parent
a8fef6daaf
commit
2f6714cc9b
|
@ -1,6 +1,6 @@
|
|||
from django.utils.version import get_version
|
||||
|
||||
VERSION = (3, 2, 0, 'beta', 1)
|
||||
VERSION = (3, 2, 0, 'rc', 1)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue