Skip to content

Commit

Permalink
[4.2.x] Bumped version for 4.2 beta 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Feb 20, 2023
1 parent bb94e1b commit 6234acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (4, 2, 0, "alpha", 1)
VERSION = (4, 2, 0, "beta", 1)

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 6234acb

Please sign in to comment.