Explorar el Código

Bump version to 4.1.1

Vince Salvino hace 1 mes
padre
commit
a2a93a0d1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: