Bump version: 0.2
This commit is contained in:
parent
539d7e9d58
commit
41f4329fe3
|
@ -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.
|
|
@ -1,8 +1,8 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = django-gas
|
name = django-gas
|
||||||
version = 0.1
|
version = 0.2
|
||||||
description = An alternative to django admin
|
description = An alternative to django admin
|
||||||
long_description = file: readme.md
|
long_description = file: readme.md, changelog.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
url = https://git.negromate.rocks/shagi/gas
|
url = https://git.negromate.rocks/shagi/gas
|
||||||
author = Ales (Shagi) Zabala Alava
|
author = Ales (Shagi) Zabala Alava
|
||||||
|
|
Loading…
Reference in New Issue