From f64a07a26ef578b29051d2ef0b04bf50778fad7c Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 10 Oct 2016 12:45:20 -0400 Subject: [PATCH] Dockertest Version 0.8.6 (NO API Changes) (#643) Signed-off-by: Chris Evich --- conf.py | 2 +- config_defaults/defaults.ini | 2 +- dockertest/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 545103eda..292dce183 100644 --- a/conf.py +++ b/conf.py @@ -22,7 +22,7 @@ #: are also reflected in documentation. #: #: The short X.Y version. This MUST be inside single ("'") quotes for parsing!! -version = '0.8.5' +version = '0.8.6' #: If extensions (or modules to document with autodoc) are in another directory, #: add these directories to sys.path here. If the directory is relative to the diff --git a/config_defaults/defaults.ini b/config_defaults/defaults.ini index 413842666..df294066b 100644 --- a/config_defaults/defaults.ini +++ b/config_defaults/defaults.ini @@ -6,7 +6,7 @@ # all settings and sections defined here (config_defaults/) ##### API Version number applying to all bundled tests -config_version = 0.8.5 +config_version = 0.8.6 #: Autotest version dependency for framework (or override for individual tests) autotest_version = @!NOVERSIONCHECK!@ diff --git a/dockertest/version.py b/dockertest/version.py index ca85b9504..eb0697e4b 100644 --- a/dockertest/version.py +++ b/dockertest/version.py @@ -32,7 +32,7 @@ #: API Revision number, as an integer (range 0-255). Not significant! #: for version comparisons. e.g. ``0.0.1 == 0.0.2 != 0.2.2`` -REVIS = 5 +REVIS = 6 #: String format representation for MAJOR, MINOR, and REVIS FMTSTRING = "%d.%d.%d"