Changeset - 505037e464d4
[Not reviewed]
v0.11.14
0 2 0
Lance Edgar (lance) - 5 months ago 2024-05-12 17:40:23
lance@edbob.org
Update changelog
2 files changed with 13 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CHANGES.rst
Show inline comments
 
@@ -2,12 +2,24 @@
 
CHANGELOG
 
=========
 

	
 
Unreleased
 
----------
 

	
 
0.11.14 (2024-05-12)
 
--------------------
 

	
 
* Fallback to zero if receiving row has no invoice total calculated.
 

	
 
* Assign extra import handler kwargs before loading the importers.
 

	
 
* Add ``AppHandler.maxval()`` convenience method.
 

	
 
* Remove the ``RattailConfigWrapper`` class.
 

	
 

	
 
0.11.13 (2024-05-06)
 
--------------------
 

	
 
* Do not assign ``AppHandler.enum`` in constructor.
 

	
 
* Cleanup alembic scripts for trainwreck.
rattail/_version.py
Show inline comments
 
# -*- coding: utf-8; -*-
 

	
 
__version__ = '0.11.13'
 
__version__ = '0.11.14'
0 comments (0 inline, 0 general)