Skip to content

Commit

Permalink
releases 0.9.10 to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Feb 20, 2025
1 parent cef5cd5 commit 50ffad1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Tested with
- **Python:** 3.12, **Django:** 5.1 (next)
- **Python:** 3.7, **Django:** 3.2 (legacy)

0.9.9
0.9.10

* adds support for Django versions 4.2 and 5.1
* respects registration disabled / auth enabled

[previous release notes](changelog)
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.10

* respects registration disabled / auth enabled

-- Sebastien Mirolo <[email protected]> Wed, 19 Feb 2025 19:35:00 -0700

0.9.9

* adds support for Django versions 4.2 and 5.1
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# The short X.Y version
version = '0.9'
# The full version, including alpha/beta/rc tags
release = '0.9.10-dev'
release = '0.9.10'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion signup/__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 signup django app.
"""

__version__ = '0.9.10-dev'
__version__ = '0.9.10'

0 comments on commit 50ffad1

Please sign in to comment.