Changeset e77ca93 in tailbone
- Timestamp:
- 07/22/2022 12:41:54 PM (7 months ago)
- Branches:
- master
- Children:
- 28238c6
- Parents:
- da3aaaf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
rda3aaaf re77ca93 2 2 CHANGELOG 3 3 ========= 4 5 0.8.235 (2022-07-22) 6 -------------------- 7 8 * Split out rendering of ``this-page`` component in falafel theme. 9 10 * Allow download of results for common product-related tables. 11 12 * Make caching products optional, when creating vendor catalog batch. 13 14 * Expose the ``complete`` flag for pricing batch. 15 16 * Add ``template_kwargs_clone()`` stub for master view. 17 18 * Misc deform template improvements. 19 4 20 5 21 0.8.234 (2022-07-18) -
tailbone/_version.py
rda3aaaf re77ca93 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.8.23 4'3 __version__ = '0.8.235'
Note: See TracChangeset
for help on using the changeset viewer.