Skip to content

Commit

Permalink
bumps version number to 0.7.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Jan 25, 2024
1 parent a4edcdb commit 096eee4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Tested with
- **Python:** 3.10, **Django:** 4.2 (latest)
- **Python:** 2.7, **Django:** 1.11 (legacy) - use testsite/requirements-legacy.txt

0.7.0
0.7.1

* generates usable OpenAPI 3 schema
* adds sequences and user progress through a sequence
Expand Down
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.1

* fixes URL routes regression introduced in version 0.7.0

-- Sebastien Mirolo <[email protected]> Thu, 25 Jan 2024 12:35:00 -0700

0.7.0

* generates usable OpenAPI 3 schema
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.7.1'
__version__ = '0.7.2-dev'

0 comments on commit 096eee4

Please sign in to comment.