From 577ba6c7aba0956ce9d2fb659b162db7b0a69949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Tue, 2 Jan 2024 19:14:57 +0100 Subject: [PATCH] bump version number to 0.2.27 --- README.md | 2 +- cast/__init__.py | 2 +- docs/conf.py | 2 +- docs/releases/0.2.27.rst | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 docs/releases/0.2.27.rst diff --git a/README.md b/README.md index 6f48c90a..6c02db7f 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.26](https://django-cast.readthedocs.io/en/develop/)** +**Documentation for [current version 0.2.27](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 5b552ba2..06c4ac98 100644 --- a/cast/__init__.py +++ b/cast/__init__.py @@ -1,4 +1,4 @@ """ Django and Wagtail based blogging / podcasting package """ -__version__ = "0.2.26" +__version__ = "0.2.27" diff --git a/docs/conf.py b/docs/conf.py index 038333ee..c40b2105 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.26" +release = "0.2.27" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/releases/0.2.27.rst b/docs/releases/0.2.27.rst new file mode 100644 index 00000000..6afc7413 --- /dev/null +++ b/docs/releases/0.2.27.rst @@ -0,0 +1,7 @@ +0.2.27 (2024-01-02) +------------------- + +Bugfix release. Multiple galleries per post were not working when using the +default gallery layout. + +- #117 Fix multiple galleries per post