Update changelog

This commit is contained in:
Lance Edgar 2022-11-03 11:33:13 -05:00
parent 4868a32549
commit 606b3f7c4d
2 changed files with 21 additions and 1 deletions

View file

@ -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)
--------------------

View file

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