diff --git a/changelog.md b/changelog.md index cbd2cb6..ca51d00 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +0.7.3 +----- + +* 'show_deleted_objects' boolean attribute in GASDeleteView + 0.7.2 ----- diff --git a/setup.cfg b/setup.cfg index b66d251..38ea183 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.7.2 +version = 0.7.3 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown