Bump version 0.8.8
This commit is contained in:
parent
de9e0f488a
commit
6f2895253b
|
@ -1,6 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.8
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Support Django 4.2
|
||||||
|
* Use DeleteView.form_valid instead of DeleteView.delete
|
||||||
|
* Add no-cache headers to login redirects
|
||||||
|
|
||||||
0.8.7
|
0.8.7
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = django-gas
|
name = django-gas
|
||||||
version = 0.8.7
|
version = 0.8.8
|
||||||
description = An alternative to django admin
|
description = An alternative to django admin
|
||||||
long_description = file: readme.md, changelog.md, collaborators.md
|
long_description = file: readme.md, changelog.md, collaborators.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
Loading…
Reference in New Issue