diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9b493..2b65c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v5.0.10 (2024-07-18) +------------------------- + * Revert "Update xlrd library" + v5.0.9 (2024-07-17) ------------------------- * Update xlrd library diff --git a/pyproject.toml b/pyproject.toml index 72c8336..99cd41d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smartmin" -version = "5.0.9" +version = "5.0.10" description = "Scaffolding system for Django object management." authors = ["Nyaruka Ltd "] readme = "README.md" diff --git a/smartmin/__init__.py b/smartmin/__init__.py index 603e340..34d1f9a 100644 --- a/smartmin/__init__.py +++ b/smartmin/__init__.py @@ -1 +1 @@ -__version__ = "5.0.9" +__version__ = "5.0.10"