Skip to content

Commit

Permalink
releases 0.8.3 to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Nov 26, 2024
1 parent c958d23 commit 186d252
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ Tested with
- **Python:** 3.10, **Django:** 4.2 (latest)
- **Python:** 2.7, **Django:** 1.11 (legacy) - use testsite/requirements-legacy.txt

0.8.2
0.8.3

* updates API documentation
* adds root in breadcrumbs
* rationalizes templates for read-only and editable elements

[previous release notes](changelog)

Expand Down
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.8.3

* rationalizes templates for read-only and editable elements

-- Sebastien Mirolo <smirolo@djaodjin.com> Mon, 25 Nov 2024 16:10:00 -0700

0.8.2

* updates API documentation
Expand Down
2 changes: 1 addition & 1 deletion pages/__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 pages django app.
"""

__version__ = '0.8.3-dev'
__version__ = '0.8.3'

0 comments on commit 186d252

Please sign in to comment.