Explorar el Código

Bump version to 2.1.2

Vince Salvino hace 1 año
padre
commit
e7ca63a5a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      coderedcms/__init__.py

+ 1 - 1
coderedcms/__init__.py

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