Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Mar 20, 2023
1 parent f50d532 commit da584ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and [Wagtail](https://wagtail.org).

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

**Documentation for [current version 0.2.8](https://django-cast.readthedocs.io/en/develop/)**
**Documentation for [current version 0.2.9](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.8"
__version__ = "0.2.9"
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.8"
release = "0.2.9"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit da584ca

Please sign in to comment.