Update changelog

This commit is contained in:
Lance Edgar 2022-03-10 10:17:56 -06:00
parent 275fcc1b8d
commit 086f2204c8
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.9.270 (2022-03-10)
--------------------
* Add basic UNFI catalog parser for tab-separated format.
* Render empty string if no price given.
* Assign report output id explicitly, via counter value.
0.9.269 (2022-03-09) 0.9.269 (2022-03-09)
-------------------- --------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.9.269' __version__ = '0.9.270'