diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2023-10-04 09:51:04 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2023-10-04 09:51:04 -0300 |
| commit | c22017bd1dddb5b57d8a179e6378ef0c8d7f5eeb (patch) | |
| tree | 76ea3ebf34bf698a09f706e04de3b276f6d2b1d6 | |
| parent | be9c27c4d18c2e6a5be8af4e53c0797440794473 (diff) | |
[4.2.x] Bumped version for 4.2.6 release.4.2.6
| -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 b16949e956..176c5bb81c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 6, "alpha", 0) +VERSION = (4, 2, 6, "final", 0) __version__ = get_version(VERSION) |
