diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-07 10:07:32 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-07 10:10:26 +0100 |
| commit | 67d0c4644acfd7707be4a31e8976f865509b09ac (patch) | |
| tree | 9b11238e2fcf140bd5e3b94f35c1824e47c17804 | |
| parent | 0f4fa0caee16e08210821f8a86f7f0d29d144210 (diff) | |
[4.0.x] Bumped version for 4.0 release.4.0
| -rw-r--r-- | django/__init__.py | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py index fa82d53616..69465112fe 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 0, 0, 'rc', 1) +VERSION = (4, 0, 0, 'final', 0) __version__ = get_version(VERSION) @@ -8,7 +8,7 @@ description = A high-level Python web framework that encourages rapid developmen long_description = file: README.rst license = BSD-3-Clause classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Environment :: Web Environment Framework :: Django Intended Audience :: Developers |
