Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mirrors
django 4.1 Production
Commits
799133981fbc
Commit
79913398
authored
Aug 03, 2022
by
Carlton Gibson
Browse files
[4.1.x] Bumped version for 4.0 release.
parent
bb46ab5ff8be
Changes
2
Hide whitespace changes
Inline
Side-by-side
django/__init__.py
View file @
79913398
from
django.utils.version
import
get_version
VERSION
=
(
4
,
1
,
0
,
"
rc
"
,
1
)
VERSION
=
(
4
,
1
,
0
,
"
final
"
,
0
)
__version__
=
get_version
(
VERSION
)
...
...
setup.cfg
View file @
79913398
...
...
@@ -8,7 +8,7 @@
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment