Update changelog

This commit is contained in:
Lance Edgar 2021-11-11 12:11:24 -06:00
parent 5f9d311cdb
commit 1ceb1e4434
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG 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) 0.8.170 (2021-11-09)
-------------------- --------------------

View file

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