Update changelog
This commit is contained in:
parent
4868a32549
commit
606b3f7c4d
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.318 (2022-11-03)
|
||||
--------------------
|
||||
|
||||
* Add handler methods to add/update address for person.
|
||||
|
||||
* Assume XLSX for pricing batch upload.
|
||||
|
||||
* Update logic for calculating markup from margin.
|
||||
|
||||
* Convert all percentage values to assume 0 - 100 range.
|
||||
|
||||
* Make some behavior optional, for writing Excel reports.
|
||||
|
||||
* Add workaround for ``shlex.join()`` prior to python 3.8.
|
||||
|
||||
* Fix config prefix for Luigi service info.
|
||||
|
||||
* Include ``make_filename()`` method for new poser report.
|
||||
|
||||
|
||||
0.9.317 (2022-09-09)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.317'
|
||||
__version__ = '0.9.318'
|
||||
|
|
Loading…
Reference in a new issue