diff --git a/changelog.md b/changelog.md index 4336735..8b7e8b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +0.8.4 +----- + +* Allow setting form id or class on base_form.html +* Use time input_type on split_datetime_field + 0.8.3 ----- diff --git a/setup.cfg b/setup.cfg index 547baa1..1bf5cc0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.8.3 +version = 0.8.4 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown