summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-06-21 11:15:01 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-06-21 11:15:01 +0200
commit0204dc951c8dd2b1d28f72c6ca5c3d18aef724c2 (patch)
tree943ce572520309e5526fd3c60a967be165ed3457
parent42e4b0e608fb439ca98756546bbda1152f64c8b1 (diff)
[4.1.x] Bumped version for 4.1 beta 1.4.1b1
-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 2e6135c613..d4d12b0ced 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (4, 1, 0, "alpha", 1)
+VERSION = (4, 1, 0, "beta", 1)
__version__ = get_version(VERSION)
diff --git a/setup.cfg b/setup.cfg
index 7d9c2f35d4..95d29b3a5c 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 :: 3 - Alpha
+ Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers