diff --git a/changelog.md b/changelog.md index 7717f89..28bbb82 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +0.7.2 (Unreleased) +------------------ + +* Enhanced json encoder, available in AjaxCommandsMixin +* Add Shakarina to collaborators, thanks! + 0.7.1 ----- @@ -19,8 +25,8 @@ Changelog --- * Close button for messages -* 89a54bf Add locale files to package -* 5597d20 Add basque translations +* Add locale files to package +* Add basque translations 0.5.1 ----- diff --git a/setup.cfg b/setup.cfg index 21e346a..b66d251 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.7.1 +version = 0.7.2 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown