From 99d5fa7f6f05097d5edab64670fb9535b79ece17 Mon Sep 17 00:00:00 2001 From: David Kleiner Date: Mon, 20 Nov 2017 22:06:53 -0800 Subject: [PATCH] cut 0.11.5 version --- CHANGES | 3 +++ blueox/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 94144f0..d9ceb3b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +blueox (0.11.5) + * update oxstash with more recent return status from Elasticsearch + blueox (0.11.4) * add command line option to set range for streaming ports (bks7) diff --git a/blueox/__init__.py b/blueox/__init__.py index f9caa89..9c8c642 100644 --- a/blueox/__init__.py +++ b/blueox/__init__.py @@ -9,7 +9,7 @@ """ __title__ = 'blueox' -__version__ = '0.11.4' +__version__ = '0.11.5' __author__ = 'Rhett Garber' __author_email__ = 'rhettg@gmail.com' __license__ = 'ISC'