diff --git a/CHANGES.rst b/CHANGES.rst index 5471b9c5..b6992a28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.7.17 (2018-06-09) +------------------- + +* Allow products view to set some labels in costs grid. + +* Let config override ``sys.prefix`` when launching batch commands in subprocess. + + 0.7.16 (2018-06-07) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 9751bfdf..f38b5f1c 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.7.16' +__version__ = '0.7.17'