diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-05-03 13:56:50 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-05-22 15:44:07 -0300 |
| commit | b6257647444bd5034e6defb8831d5329c1d3410e (patch) | |
| tree | bd0253af60fae99149d86b12d040a4d47489e1f8 /django/__init__.py | |
| parent | b7c7209c67f742eda8184c46f139e0e1cb16a1f4 (diff) | |
Bumped version; main is now 5.2 pre-alpha.
Diffstat (limited to 'django/__init__.py')
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index af19c36b41..67d6ecc45d 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 0, "alpha", 0) +VERSION = (5, 2, 0, "alpha", 0) __version__ = get_version(VERSION) |
