Browse Source

[5.0.x] Bumped version for 5.0.12 release.

Natalia 1 tháng trước cách đây
mục cha
commit
bf3dac6659
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      django/__init__.py

+ 1 - 1
django/__init__.py

@@ -1,6 +1,6 @@
 from django.utils.version import get_version
 
-VERSION = (5, 0, 12, "alpha", 0)
+VERSION = (5, 0, 12, "final", 0)
 
 __version__ = get_version(VERSION)