diff options
| author | Natalia Bidart <124304+nessita@users.noreply.github.com> | 2023-11-20 09:24:16 -0300 |
|---|---|---|
| committer | Natalia Bidart <124304+nessita@users.noreply.github.com> | 2023-11-20 09:24:16 -0300 |
| commit | e61ae5e1068ea734da8dd9f9720d01fdeb7796e9 (patch) | |
| tree | ec91b7e9823ec97d1cf84feba308aae282aa3e85 | |
| parent | efd6cbfadf27f7ef19b81c5e84c8208c46605546 (diff) | |
[5.0.x] Bumped version for 5.0 release candidate 1.5.0rc1
| -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 9766c29b9d..da918e6fe4 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 0, "beta", 1) +VERSION = (5, 0, 0, "rc", 1) __version__ = get_version(VERSION) |
