Skip to content

Commit

Permalink
bump version number to 0.2.23 and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 21, 2023
1 parent 9564b33 commit 1d2bd37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and [Wagtail](https://wagtail.org).

After switching to Wagtail, the documentation has to be updated. Stay tuned 😄.

**Documentation for [current version 0.2.22](https://django-cast.readthedocs.io/en/develop/)**
**Documentation for [current version 0.2.23](https://django-cast.readthedocs.io/en/develop/)**

## Key Features
- Responsive images via [wagtail-srcset](https://github.com/ephes/wagtail_srcset)
Expand Down
2 changes: 1 addition & 1 deletion cast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Django and Wagtail based blogging / podcasting package
"""
__version__ = "0.2.22"
__version__ = "0.2.23"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "Django Cast"
copyright = "2022, Jochen Wersdörfer"
author = "Jochen Wersdörfer"
release = "0.2.22"
release = "0.2.23"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
6 changes: 4 additions & 2 deletions docs/releases/0.2.23.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
0.2.23 (2023-09-25)
0.2.23 (2023-10-21)
-------------------

Just a placeholder for now.
Added Python 3.12 support, dropped Python 3.9 support.

- Workaround for missing comment form error messages #107 (thanks @petermeissner)
- Python Version support (+3.12 -3.9) #106
- A little bit more documentation for database restore #56

0 comments on commit 1d2bd37

Please sign in to comment.