diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-11 09:05:03 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-11 09:05:03 +0200 |
| commit | 89807fbde8b7b17d00434bc4695535855e96fe77 (patch) | |
| tree | 0905c2e0a06a7461ce75fe20034175afdfb5ff36 /django/__init__.py | |
| parent | 00b0fc50e1738c7174c495464a5ef069408a4402 (diff) | |
[4.0.x] Bumped version for 4.0.4 release.4.0.4
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 d2d42166cf..321c6dc5a7 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 0, 4, "alpha", 0) +VERSION = (4, 0, 4, "final", 0) __version__ = get_version(VERSION) |
