File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
#: are also reflected in documentation.
23
23
#:
24
24
#: The short X.Y version. This MUST be inside single ("'") quotes for parsing!!
25
- version = '0.7.8 '
25
+ version = '0.8.1 '
26
26
27
27
#: If extensions (or modules to document with autodoc) are in another directory,
28
28
#: add these directories to sys.path here. If the directory is relative to the
Original file line number Diff line number Diff line change 6
6
# all settings and sections defined here (config_defaults/)
7
7
8
8
# #### API Version number applying to all bundled tests
9
- config_version = 0.7.8
9
+ config_version = 0.8.1
10
10
11
11
# : Autotest version dependency for framework (or override for individual tests)
12
12
autotest_version = 0.16.0-master-66-g9aaee
Original file line number Diff line number Diff line change 25
25
MAJOR = 0
26
26
27
27
#: Minor API version number, as an integer (range 0-255).
28
- MINOR = 7
28
+ MINOR = 8
29
29
30
30
#: API Revision number, as an integer (range 0-255). Not significant!
31
31
#: for version comparisons. e.g. ``0.0.1 == 0.0.2 != 0.2.2``
32
- REVIS = 8
32
+ REVIS = 1
33
33
34
34
#: String format representation for MAJOR, MINOR, and REVIS
35
35
FMTSTRING = "%d.%d.%d"
41
41
#: to signal version checking is impossible
42
42
NOVERSIONCHECK = '@!NOVERSIONCHECK!@'
43
43
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'
46
46
47
47
48
48
def str2int (version_string ):
You can’t perform that action at this time.
0 commit comments