Update changelog

This commit is contained in:
Lance Edgar 2020-08-10 19:36:52 -05:00
parent aec5ec559f
commit d160a7c965
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.9.137 (2020-08-10)
--------------------
* Add ``PricingBatchRow.old_true_margin`` column to schema.
* Tweak how/when we set "manually priced" status for pricing batch rows.
* Add basic TXT template for user feedback emails.
* Grow column for permission name.
0.9.136 (2020-08-09)
--------------------

View file

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