File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# see http://semver.org/
2
- __version__ = '1.4 .0'
2
+ __version__ = '1.5 .0'
3
3
Original file line number Diff line number Diff line change 73
73
# built documents.
74
74
#
75
75
# The short X.Y version.
76
- version = '1.4 '
76
+ version = '1.5 '
77
77
# The full version, including alpha/beta/rc tags.
78
- release = '1.4 .0'
78
+ release = '1.5 .0'
79
79
80
80
# The language for content autogenerated by Sphinx. Refer to documentation
81
81
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def test_option_help(self):
53
53
self ._test_main (['-h' ], expected_stdout = 'usage: dedop [-h]' )
54
54
55
55
def test_option_version (self ):
56
- self ._test_main (['--version' ], expected_stdout = '1.4 .0' )
56
+ self ._test_main (['--version' ], expected_stdout = '1.5 .0' )
57
57
58
58
# TODO(hans-permana, 20170217): try to investigate why no output is shown in the case of error
59
59
# def test_command_none(self):
You can’t perform that action at this time.
0 commit comments