From a97004ddc730eab39ecead54ca75514e520ed61f Mon Sep 17 00:00:00 2001 From: shagi Date: Tue, 26 Jul 2022 09:10:08 +0200 Subject: [PATCH] Bumb version 0.8.5 --- changelog.md | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8b7e8b5..6da5c02 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +0.8.5 +----- + +* Limit split_datetime_field time widget to minutes + 0.8.4 ----- diff --git a/setup.cfg b/setup.cfg index 1bf5cc0..716e1a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.8.4 +version = 0.8.5 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown