From 51ff56eb4fbe0c167f544bd11e4add54ffb5c8df Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 9 Jun 2018 16:59:36 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 8 ++++++++ tailbone/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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'