summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 10:20:09 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 10:20:09 +0100
commit1a504d9ce73dabba85004cbafa82c27cb5297f49 (patch)
treece29c75018a0de0046f9b6ae622e7ed13bf84643
parent6fef789e456204752ec6b77b41740d67553fdd6f (diff)
[4.2.x] Bumped version for 4.2 alpha 1 release.4.2a1
-rw-r--r--django/__init__.py2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 7f9d9596c6..886341cf49 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (4, 2, 0, "alpha", 0)
+VERSION = (4, 2, 0, "alpha", 1)
__version__ = get_version(VERSION)
diff --git a/setup.cfg b/setup.cfg
index afef79c2ab..cc688126c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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 :: 2 - Pre-Alpha
+ Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers