From fce719aca1a6362383af64a4a31cdf6bc82fce8c Mon Sep 17 00:00:00 2001 From: shagi Date: Wed, 15 Nov 2023 10:22:08 +0100 Subject: [PATCH] chore: Bump version 0.8.10 --- changelog.md | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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