diff --git a/README.md b/README.md index 7dc1530..e112a85 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ Tested with - **Python:** 3.10, **Django:** 4.2 (latest) - **Python:** 2.7, **Django:** 1.11 (legacy) - use testsite/requirements-legacy.txt -0.4.5 +0.4.6 - * turns edit tools on/off per user instead of whole site - * enables partial theme upload and download - * adds online editor for dates + * fixes .pdf template files when running with latest Django versions + * handles updates to django-storages>=1.14 properly + * supports OpenAPI 3 doc generator [previous release notes](changelog) diff --git a/changelog b/changelog index f929142..d2007eb 100644 --- a/changelog +++ b/changelog @@ -1,10 +1,18 @@ +0.4.6 + + * fixes .pdf template files when running with latest Django versions + * handles updates to django-storages>=1.14 properly + * supports OpenAPI 3 doc generator + + -- Sebastien Mirolo Thu, 14 Mar 2024 12:50:00 -0700 + 0.4.5 * turns edit tools on/off per user instead of whole site * enables partial theme upload and download * adds online editor for dates - -- Sebastien Mirolo Thu,12 Oct 2023 16:45:00 -0700 + -- Sebastien Mirolo Thu, 12 Oct 2023 16:45:00 -0700 0.4.4 diff --git a/extended_templates/__init__.py b/extended_templates/__init__.py index 5c59097..83b5720 100644 --- a/extended_templates/__init__.py +++ b/extended_templates/__init__.py @@ -26,4 +26,4 @@ PEP 386-compliant version number for the extended_templates django app. """ -__version__ = '0.4.6-dev' +__version__ = '0.4.6'