diff --git a/CHANGES.rst b/CHANGES.rst index be6d2cdc..76e498f2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,24 @@ CHANGELOG ========= +0.5.95 (2017-03-29) +------------------- + +* Tweak organization panel for product view template + +* Add logic to core View class, to force logout if user becomes inactive + +* Detect "backwards" shift when time sheet is edited, alert user + +* Add default view for unhandled exceptions, configure only for production + +* Add basic table listing view, with rough estimate row counts + +* Add 'status' column to vendor cost table in product view + +* Various template standardization tweaks + + 0.5.94 (2017-03-25) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 33cb4b0b..0a956030 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8; -*- -__version__ = u'0.5.94' +__version__ = u'0.5.95'