Browse Source

Bump version to 4.1.1

Vince Salvino 1 tháng trước cách đây
mục cha
commit
a2a93a0d1c
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", "1", "0", "", ""]
+release = ["4", "1", "1", "", ""]
 
 
 def _get_version() -> str: