Skip to content

Commit

Permalink
bump version number to 0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Jan 2, 2024
1 parent 4c09699 commit 577ba6c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.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)
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.26"
__version__ = "0.2.27"
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.26"
release = "0.2.27"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
7 changes: 7 additions & 0 deletions docs/releases/0.2.27.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 577ba6c

Please sign in to comment.