Browse Source

Version bump for 0.23 development

Vince Salvino 3 years ago
parent
commit
f433bec7da
3 changed files with 34 additions and 1 deletions
  1. 1 1
      coderedcms/__init__.py
  2. 1 0
      docs/releases/index.rst
  3. 32 0
      docs/releases/v0.23.0.rst

+ 1 - 1
coderedcms/__init__.py

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

+ 1 - 0
docs/releases/index.rst

@@ -17,6 +17,7 @@ CodeRed CMS follows the ``[major].[minor].[maintenance]`` versioning scheme.
 .. toctree::
     :maxdepth: 1
 
+    v0.23.0
     v0.22.0
     v0.21.1
     v0.21.0

+ 32 - 0
docs/releases/v0.23.0.rst

@@ -0,0 +1,32 @@
+v0.23.0 release notes
+=====================
+
+
+New features
+------------
+
+
+Bug fixes
+---------
+
+
+Maintenance
+-----------
+
+
+Upgrade considerations
+----------------------
+
+
+Supported software
+------------------
+
+* Python 3.6, 3.7, 3.8, 3.9
+
+* Django 3.0, 3.1, 3.2
+
+
+Thank you!
+----------
+
+Thanks to everyone who contributed to `0.23.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/33?closed=1>`_.