Skip to content

Commit

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

0.20.1

* uses Django formats to localize money and dates (renamed `|short_date`)
* uses same template context for e-mail and PDF charge receipts
* prevents deleted subscribers to show in subscribers API results
* fixes 500 when balance due on a one-time charge
0.20.2

* matches period_sales_report notification context to API format
* supports queryset and list in TypeaheadPagination
* makes profile redirect page consistent with deployutils
* adds contact info in CSV downloads
* adds feature flag for group buy functionality
* handles alpha channel properly in profile pictures (UI)
* attaches error message to input field or toplevel - not both (UI)

[previous release notes](changelog)
14 changes: 13 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Roadmap

1.0

* completes documentation of new features in 0.19
* completes documentation of new features in 0.20

(initially we anticipated to support Vue3 but there are so many features
in Vue2 that lead us to pick Vue from a front-end UI framework, and that
Expand All @@ -17,6 +17,18 @@ Roadmap
Released versions
=================

0.20.2

* matches period_sales_report notification context to API format
* supports queryset and list in TypeaheadPagination
* makes profile redirect page consistent with deployutils
* adds contact info in CSV downloads
* adds feature flag for group buy functionality
* handles alpha channel properly in profile pictures (UI)
* attaches error message to input field or toplevel - not both (UI)

-- Sebastien Mirolo <smirolo@djaodjin.com> Fri, 12 Apr 2024 16:00:00 -0700

0.20.1

* uses Django formats to localize money and dates (renamed `|short_date`)
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.2-dev'
release = '0.20.2'

# 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.2-dev'
__version__ = '0.20.2'

0 comments on commit 3caae34

Please sign in to comment.