diff --git a/README.md b/README.md index daa2d987..7dcf9c5b 100644 --- a/README.md +++ b/README.md @@ -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.24](https://django-cast.readthedocs.io/en/develop/)** +**Documentation for [current version 0.2.25](https://django-cast.readthedocs.io/en/develop/)** ## Key Features - [Responsive images](https://django-cast.readthedocs.io/en/develop/features.html#responsive-images) diff --git a/cast/__init__.py b/cast/__init__.py index 32d262a6..7ac6f079 100644 --- a/cast/__init__.py +++ b/cast/__init__.py @@ -1,4 +1,4 @@ """ Django and Wagtail based blogging / podcasting package """ -__version__ = "0.2.24" +__version__ = "0.2.25" diff --git a/docs/conf.py b/docs/conf.py index cd70439b..b3f71178 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "Django Cast" copyright = "2022, Jochen Wersdörfer" author = "Jochen Wersdörfer" -release = "0.2.24" +release = "0.2.25" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration