Browse Source

Bump version to 4.0.0

Vince Salvino 10 tháng trước cách đây
mục cha
commit
6d4ac16203
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      coderedcms/__init__.py

+ 1 - 1
coderedcms/__init__.py

@@ -15,7 +15,7 @@ Maintains version of coderedcms.
 See: https://www.python.org/dev/peps/pep-0440/
 """
 
-release = ["4", "0", "0", "", "dev0"]
+release = ["4", "0", "0", "", ""]
 
 
 def _get_version() -> str: