Changeset - 7e19b905d367
[Not reviewed]
v0.10.12
0 2 0
Lance Edgar (lance) - 19 months ago 2023-03-09 14:09:42
lance@edbob.org
Update changelog
2 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CHANGES.rst
Show inline comments
 

	
 
CHANGELOG
 
=========
 

	
 
0.10.12 (2023-03-09)
 
--------------------
 

	
 
* Avoid cascading backref for product -> purchase item.
 

	
 

	
 
0.10.11 (2023-03-02)
 
--------------------
 

	
 
* Lower log level when parsing invoice fails.
 

	
 
* Log warning but avoid error, if rsync exits with code 24.
 

	
 

	
 
0.10.10 (2023-02-24)
 
--------------------
 

	
 
* Fix bug when receiving from PO + invoice, w/ multi-lines per item.
rattail/_version.py
Show inline comments
 
# -*- coding: utf-8; -*-
 

	
 
__version__ = '0.10.11'
 
__version__ = '0.10.12'
0 comments (0 inline, 0 general)