Compare commits

..

5 Commits

Author SHA1 Message Date
Ales (Shagi) Zabala Alava 312987410b chore: Bump version 0.8.13 2023-12-19 10:57:43 +01:00
Leo Hakim 6da05dd02e fix: set html email template 2023-12-19 10:55:42 +01:00
Ales (Shagi) Zabala Alava 69316f7abd chore: Bump version 0.8.12 2023-12-14 17:55:36 +01:00
Ales (Shagi) Zabala Alava 88ff5de282 chore: Bump version 0.8.11 2023-12-14 17:54:11 +01:00
Leo Hakim 49154ab3a5 feat: Add reset password (#5)
Co-authored-by: Leonardo Hakim <leohakim@gmail.com>
Reviewed-on: #5
Co-authored-by: Leo Hakim <leo@noreply.git.negromate.rocks>
Co-committed-by: Leo Hakim <leo@noreply.git.negromate.rocks>
2023-12-14 17:53:08 +01:00
3 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,21 @@
Changelog Changelog
========= =========
0.8.13
------
* Fix: set html email template
0.8.12
------
* Add reset password (thanks Leo!)
0.8.11
------
* Add preview widget in Image Field Form (thanks Leo!)
0.8.10 0.8.10
----- -----

View File

@ -2,3 +2,4 @@ Collaborators
============= =============
* Shakarina * Shakarina
* Leo Hakim

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = django-gas name = django-gas
version = 0.8.10 version = 0.8.13
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