diff --git a/CHANGES.rst b/CHANGES.rst index 3ae60799..506a5181 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.5.83 (2017-02-16) +------------------- + +* Set form id for new purchasing batch page + +* Make sure invoice number is saved when making new purchasing batch + +* Tweak product view page styles (new grids etc.) + +* Add support for client-side session timeout warning + + 0.5.82 (2017-02-14) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 287b0780..204df66c 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.82' +__version__ = u'0.5.83'