Update changelog
This commit is contained in:
parent
275fcc1b8d
commit
086f2204c8
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.269'
|
||||
__version__ = '0.9.270'
|
||||
|
|
Loading…
Reference in a new issue