File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.8.7 '
25
+ version = '0.8.8 '
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.8.7
9
+ config_version = 0.8.8
10
10
11
11
# : Autotest version dependency for framework (or override for individual tests)
12
12
autotest_version = @!NOVERSIONCHECK!@
Original file line number Diff line number Diff line change 32
32
33
33
#: API Revision number, as an integer (range 0-255). Not significant!
34
34
#: for version comparisons. e.g. ``0.0.1 == 0.0.2 != 0.2.2``
35
- REVIS = 7
35
+ REVIS = 8
36
36
37
37
#: String format representation for MAJOR, MINOR, and REVIS
38
38
FMTSTRING = "%d.%d.%d"
You can’t perform that action at this time.
0 commit comments