diff --git a/changelog.md b/changelog.md index af5ba8f..602e286 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +0.8.10 +----- + +* New templatetag to check if user has role + 0.8.9 ----- diff --git a/setup.cfg b/setup.cfg index 0e24c96..1f09e26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.8.9 +version = 0.8.10 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown