Update changelog
This commit is contained in:
parent
5f9d311cdb
commit
1ceb1e4434
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.171 (2021-11-11)
|
||||
--------------------
|
||||
|
||||
* Add "true margin" to products XLSX export.
|
||||
|
||||
* Add initial ``VersionMasterView`` base class.
|
||||
|
||||
* Add views for ``PendingProduct`` model; also ``DepartmentWidget``.
|
||||
|
||||
|
||||
0.8.170 (2021-11-09)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.170'
|
||||
__version__ = '0.8.171'
|
||||
|
|
Loading…
Reference in a new issue