Skip to content

Commit f7348c6

Browse files
committed
Dockertest Version 0.8.4 (NO API Changes)
Signed-off-by: Chris Evich <[email protected]>
1 parent 5d6cace commit f7348c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#: are also reflected in documentation.
2323
#:
2424
#: The short X.Y version. This MUST be inside single ("'") quotes for parsing!!
25-
version = '0.8.3'
25+
version = '0.8.4'
2626

2727
#: If extensions (or modules to document with autodoc) are in another directory,
2828
#: add these directories to sys.path here. If the directory is relative to the

config_defaults/defaults.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# all settings and sections defined here (config_defaults/)
77

88
##### API Version number applying to all bundled tests
9-
config_version = 0.8.3
9+
config_version = 0.8.4
1010

1111
#: Autotest version dependency for framework (or override for individual tests)
12-
autotest_version = 0.16.0-master-66-g9aaee
12+
autotest_version = 0.16.1-104-g9a74f
1313

1414
##### docker command options
1515

dockertest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#: API Revision number, as an integer (range 0-255). Not significant!
3333
#: for version comparisons. e.g. ``0.0.1 == 0.0.2 != 0.2.2``
34-
REVIS = 3
34+
REVIS = 4
3535

3636
#: String format representation for MAJOR, MINOR, and REVIS
3737
FMTSTRING = "%d.%d.%d"

0 commit comments

Comments
 (0)