Skip to content

Commit

Permalink
[3.1.x] Bumped version for 3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Aug 4, 2020
1 parent 34b6622 commit ec5bc3a
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (3, 1, 0, 'rc', 1)
VERSION = (3, 1, 0, 'final', 0)

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
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 :: 4 - Beta
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
Expand Down

0 comments on commit ec5bc3a

Please sign in to comment.