Skip to content

Commit 12eec1c

Browse files
committed
v1.5.0
1 parent be4e79e commit 12eec1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dedop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# see http://semver.org/
2-
__version__ = '1.4.0'
2+
__version__ = '1.5.0'
33

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = '1.4'
76+
version = '1.5'
7777
# The full version, including alpha/beta/rc tags.
78-
release = '1.4.0'
78+
release = '1.5.0'
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

tests/cli/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_option_help(self):
5353
self._test_main(['-h'], expected_stdout='usage: dedop [-h]')
5454

5555
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')
5757

5858
# TODO(hans-permana, 20170217): try to investigate why no output is shown in the case of error
5959
# def test_command_none(self):

0 commit comments

Comments
 (0)