Skip to content

Commit

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

0.20.3
0.20.4

* adds back `created_at` in registered-not-subscribed API
* uses db router for lifetime and balances-due APIs
* fixes bad refactoring of balance sheet API
* restores group buy checkbox as default option
* accounts for upper/lower case email during group buy
* enables filter by provider in /api/pricing
* removes b'' marker in downloads while being py27-compatible

[previous release notes](changelog)
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Roadmap
Released versions
=================

0.20.4

* accounts for upper/lower case email during group buy
* enables filter by provider in /api/pricing
* removes b'' marker in downloads while being py27-compatible

-- Sebastien Mirolo <smirolo@djaodjin.com> Wed, 1 May 2024 16:25:00 -0700

0.20.3

* adds back `created_at` in registered-not-subscribed API
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '0.20'
# The full version, including alpha/beta/rc tags.
release = '0.20.4-dev'
release = '0.20.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion saas/__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 saas django app.
"""

__version__ = '0.20.4-dev'
__version__ = '0.20.4'

0 comments on commit 7e3b1f6

Please sign in to comment.