Skip to content

Commit

Permalink
releases 0.4.6 to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Mar 14, 2024
1 parent 1b4eb0f commit ba8b10e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 9 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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 <[email protected]> Thu,12 Oct 2023 16:45:00 -0700
-- Sebastien Mirolo <[email protected]> Thu, 12 Oct 2023 16:45:00 -0700

0.4.4

Expand Down
2 changes: 1 addition & 1 deletion extended_templates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
PEP 386-compliant version number for the extended_templates django app.
"""

__version__ = '0.4.6-dev'
__version__ = '0.4.6'

0 comments on commit ba8b10e

Please sign in to comment.