diff --git a/changelog.md b/changelog.md index 7f3dd0f..13ab5bf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +* Allow extending GAS media files +* Allow actions in every view +* Enhance support for inline formsets +* Add missing templates +* Add help_text to gas views + 0.2 --- diff --git a/setup.cfg b/setup.cfg index a048f48..ed5b86d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.2 +version = 0.3 description = An alternative to django admin long_description = file: readme.md, changelog.md long_description_content_type = text/markdown