소스 검색

Bump version to 0.25.2

Vince Salvino 2 년 전
부모
커밋
9ab5b3ff93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = ["0", "25", "1", "", ""]
+release = ["0", "25", "2", "", ""]
 
 
 def _get_version() -> str: