From c38eee9b910f19a39ba18ecfaa6a0b80b5765cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Mon, 14 Aug 2023 13:51:25 +0200 Subject: [PATCH] bump version number to 0.2.18 --- README.md | 2 +- cast/__init__.py | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce06cfbd..c585368e 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.17](https://django-cast.readthedocs.io/en/develop/)** +**Documentation for [current version 0.2.18](https://django-cast.readthedocs.io/en/develop/)** ## Key Features - Responsive images via [wagtail-srcset](https://github.com/ephes/wagtail_srcset) diff --git a/cast/__init__.py b/cast/__init__.py index e0eb6732..321cff8e 100644 --- a/cast/__init__.py +++ b/cast/__init__.py @@ -1,4 +1,4 @@ """ Django and Wagtail based blogging / podcasting package """ -__version__ = "0.2.17" +__version__ = "0.2.18" diff --git a/docs/conf.py b/docs/conf.py index bcf4d630..93a5f964 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.17" +release = "0.2.18" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration