Skip to content

Commit 28ca05a

Browse files
committed
Dockertest Version 0.8.1 (API Changes)
Signed-off-by: Chris Evich <[email protected]>
1 parent 44643e2 commit 28ca05a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.7.8'
25+
version = '0.8.1'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# all settings and sections defined here (config_defaults/)
77

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

1111
#: Autotest version dependency for framework (or override for individual tests)
1212
autotest_version = 0.16.0-master-66-g9aaee

dockertest/version.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
MAJOR = 0
2626

2727
#: Minor API version number, as an integer (range 0-255).
28-
MINOR = 7
28+
MINOR = 8
2929

3030
#: API Revision number, as an integer (range 0-255). Not significant!
3131
#: for version comparisons. e.g. ``0.0.1 == 0.0.2 != 0.2.2``
32-
REVIS = 8
32+
REVIS = 1
3333

3434
#: String format representation for MAJOR, MINOR, and REVIS
3535
FMTSTRING = "%d.%d.%d"
@@ -41,8 +41,8 @@
4141
#: to signal version checking is impossible
4242
NOVERSIONCHECK = '@!NOVERSIONCHECK!@'
4343

44-
#: If by change no autotest_version is set, use this value
45-
AUTOTESTVERSION = '0.15.0'
44+
#: If by chance no autotest_version is set, use this value
45+
AUTOTESTVERSION = '0.16.0'
4646

4747

4848
def str2int(version_string):

0 commit comments

Comments
 (0)