Update changelog
This commit is contained in:
parent
11e4479fc4
commit
c378969357
|
@ -2,6 +2,14 @@
|
||||||
CHANGELOG
|
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)
|
0.9.145 (2020-09-22)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.145'
|
__version__ = '0.9.146'
|
||||||
|
|
Loading…
Reference in a new issue