Skip to content

Commit

Permalink
releases 0.6.9 to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Aug 13, 2023
1 parent 75d8b58 commit 9899714
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ Tested with
- **Python:** 3.10, **Django:** 4.2 (latest)
- **Python:** 2.7, **Django:** 1.11 (legacy) - use testsite/requirements-legacy.txt

0.6.8
0.6.9

* supports for bleach 6.0 released Jan 2023 introducing breaking changes
* adds tags into practice description
* compatibles with Bootstrap5
* publishes distribution using pyproject.toml

[previous release notes](changelog)

Expand Down
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.6.9

* adds tags into practice description
* compatibles with Bootstrap5
* publishes distribution using pyproject.toml

-- Sebastien Mirolo <smirolo@djaodjin.com> Sat, 12 Aug 2023 19:30:00 -0700

0.6.8

* supports for bleach 6.0 released Jan 2023 introducing breaking changes
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.6.9-dev'
__version__ = '0.6.9'

0 comments on commit 9899714

Please sign in to comment.