Skip to content

Commit cde90c1

Browse files
authored
Merge pull request #755 from cevich/0.8.8
Dockertest Version 0.8.8 (NO API Changes)
2 parents 032136c + aa01488 commit cde90c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conf.py

+1-1
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.7'
25+
version = '0.8.8'
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

+1-1
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.8.7
9+
config_version = 0.8.8
1010

1111
#: Autotest version dependency for framework (or override for individual tests)
1212
autotest_version = @!NOVERSIONCHECK!@

dockertest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

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

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

0 commit comments

Comments
 (0)