diff --git a/changelog.md b/changelog.md index 13ab5bf..c191871 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,15 @@ Changelog ========= +0.4 +--- + +* Helper function to use SplitDateTimeField for datetimes +* Update spanish translation + +0.3 +--- + * Allow extending GAS media files * Allow actions in every view * Enhance support for inline formsets diff --git a/setup.cfg b/setup.cfg index ed5b86d..78541ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.3 +version = 0.4 description = An alternative to django admin long_description = file: readme.md, changelog.md long_description_content_type = text/markdown