diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..7f3dd0f --- /dev/null +++ b/changelog.md @@ -0,0 +1,17 @@ +Changelog +========= + +0.2 +--- + +* Allow overriding base_form template controls +* Style login +* Fix migration +* Add spanish translation +* Add form.media to base_form.html +* Fix license in setup.cfg + +0.1 +--- + +Initial relase. diff --git a/setup.cfg b/setup.cfg index 7d0ad67..a048f48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [metadata] name = django-gas -version = 0.1 +version = 0.2 description = An alternative to django admin -long_description = file: readme.md +long_description = file: readme.md, changelog.md long_description_content_type = text/markdown url = https://git.negromate.rocks/shagi/gas author = Ales (Shagi) Zabala Alava