diff --git a/changelog.md b/changelog.md index e795a0a..d628954 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +0.8.12 +------ + +* Add reset password (thanks Leo!) + 0.8.11 ------ diff --git a/setup.cfg b/setup.cfg index 703040f..27e4506 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.8.11 +version = 0.8.12 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown