diff --git a/conf.py b/conf.py index 6777c901e..d1e4d1f74 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.1' +version = '0.8.2' #: 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 90f027782..b1c9ef3b1 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.1 +config_version = 0.8.2 #: Autotest version dependency for framework (or override for individual tests) autotest_version = 0.16.0-master-66-g9aaee diff --git a/dockertest/version.py b/dockertest/version.py index 6e6b338e9..acda51d9e 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 = 1 +REVIS = 2 #: String format representation for MAJOR, MINOR, and REVIS FMTSTRING = "%d.%d.%d"