Changeset - a2ef81f5a1e1
[Not reviewed]
v0.9.229
0 2 0
Lance Edgar (lance) - 3 years ago 2021-12-08 15:53:02
lance@edbob.org
Update changelog
2 files changed with 11 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CHANGES.rst
Show inline comments
 
@@ -2,6 +2,16 @@
 
CHANGELOG
 
=========
 

	
 
0.9.229 (2021-12-08)
 
--------------------
 

	
 
* Add ``get_problem_report_handler()`` method to AppHandler.
 

	
 
* Use python's ``importlib`` instead of doing our own thing.
 

	
 
* Add ``pre_process_changes()`` and ``post_process_changes()`` for datasync.
 

	
 

	
 
0.9.228 (2021-12-07)
 
--------------------
 

	
rattail/_version.py
Show inline comments
 
# -*- coding: utf-8; -*-
 

	
 
__version__ = '0.9.228'
 
__version__ = '0.9.229'
0 comments (0 inline, 0 general)