diff --git a/CHANGELOG.md b/CHANGELOG.md index beec918..2d9b493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v5.0.9 (2024-07-17) +------------------------- + * Update xlrd library + v5.0.8 (2024-07-11) ------------------------- * Merge pull request #194 from nyaruka/update-deps diff --git a/pyproject.toml b/pyproject.toml index fb6360d..c2c5c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smartmin" -version = "5.0.8" +version = "5.0.9" description = "Scaffolding system for Django object management." authors = ["Nyaruka Ltd "] readme = "README.md" diff --git a/smartmin/__init__.py b/smartmin/__init__.py index 09e343d..603e340 100644 --- a/smartmin/__init__.py +++ b/smartmin/__init__.py @@ -1 +1 @@ -__version__ = "5.0.8" +__version__ = "5.0.9"