From f7348c6b89f1aacb674269405a8093f765dec89d Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 24 Jun 2015 10:51:52 -0400 Subject: [PATCH] Dockertest Version 0.8.4 (NO API Changes) Signed-off-by: Chris Evich --- conf.py | 2 +- config_defaults/defaults.ini | 4 ++-- dockertest/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index b7eb0d7b2..d1103cd7d 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.3' +version = '0.8.4' #: 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 5300117b2..564e3b755 100644 --- a/config_defaults/defaults.ini +++ b/config_defaults/defaults.ini @@ -6,10 +6,10 @@ # all settings and sections defined here (config_defaults/) ##### API Version number applying to all bundled tests -config_version = 0.8.3 +config_version = 0.8.4 #: Autotest version dependency for framework (or override for individual tests) -autotest_version = 0.16.0-master-66-g9aaee +autotest_version = 0.16.1-104-g9a74f ##### docker command options diff --git a/dockertest/version.py b/dockertest/version.py index 2d9d66d55..0da6fd132 100644 --- a/dockertest/version.py +++ b/dockertest/version.py @@ -31,7 +31,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 = 3 +REVIS = 4 #: String format representation for MAJOR, MINOR, and REVIS FMTSTRING = "%d.%d.%d"