diff --git a/CHANGELOG b/CHANGELOG index 76f5644..4cac9d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +**0.0.5** (Oct 22, 2020) + * Python 3.9 support + * Fixed bug that would allow models not declared in Public App to be in the public admin + **0.0.4** (Oct 06, 2020) * Example application added to the repository * Remove “Recent actions” from the UI diff --git a/pyproject.toml b/pyproject.toml index 91632c7..3a08e64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-public-admin" -version = "0.0.4" +version = "0.0.5" description = "A public read-only version of the Django Admin" authors = ["Eduardo Cuducos "] license = "MIT"