Update changelog

This commit is contained in:
Lance Edgar 2020-09-24 13:53:35 -05:00
parent 11e4479fc4
commit c378969357
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG
=========
0.9.146 (2020-09-24)
--------------------
* Add methods to create new sheet, and toggle grid lines for ExcelWriter.
* Add "summary" sheet to Excel-based reports.
0.9.145 (2020-09-22)
--------------------

View file

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