Skip to content

Commit

Permalink
[4.2.x] Bumped version for 4.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed May 3, 2023
1 parent 21b1b1f commit fea17b7
Showing 1 changed file with 1 addition and 1 deletion.
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 = (4, 2, 1, "alpha", 0)
VERSION = (4, 2, 1, "final", 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit fea17b7

Please sign in to comment.