diff --git a/CHANGES.rst b/CHANGES.rst index b6992a28..e8c9280d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.7.18 (2018-06-14) +------------------- + +* Auto-size columns for Excel results download. + +* Add Excel results download for categories, report codes. + +* Use "known" label if possible when making new grid filters. + +* Expose new ``exempt_from_gross_sales`` flags. + + 0.7.17 (2018-06-09) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index f38b5f1c..cac2624a 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.7.17' +__version__ = '0.7.18'