diff --git a/CHANGES.rst b/CHANGES.rst index 54d06f09..f938a2a7 100644 --- a/CHANGES.rst +++ b/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) ------------------ diff --git a/tailbone/_version.py b/tailbone/_version.py index bb5d922f..9ba499f9 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.6.7' +__version__ = '0.6.8'