diff --git a/changelog.md b/changelog.md index ca51d00..f48b22f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +0.8 +--- + +* form_actions block on delete confirmation template +* Cancel url for GAS views + 0.7.3 ----- diff --git a/setup.cfg b/setup.cfg index 38ea183..57afbe3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.7.3 +version = 0.8 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown