Update changelog
This commit is contained in:
parent
965dac9f43
commit
5be3671a77
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.6.8 (2017-07-14)
|
||||
------------------
|
||||
|
||||
* Provide default renderers for SA mapped tables, where possible
|
||||
|
||||
* Add flexible grid class for v3 grids for width=half etc.
|
||||
|
||||
* Final grid refactor; we now have just 'grids' :)
|
||||
|
||||
* Refactor (coalesce) all batch-related templates
|
||||
|
||||
|
||||
0.6.7 (2017-07-14)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.7'
|
||||
__version__ = '0.6.8'
|
||||
|
|
Loading…
Reference in a new issue