Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Jul 29, 2016
1 parent 24908b3 commit 54a9886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_option_help(self):
self._test_main(['-h'], expected_stdout='usage: dedop [-h]')

def test_option_version(self):
self._test_main(['--version'], expected_stdout='0.5.0-rc0+2')
self._test_main(['--version'], expected_stdout='0.5.0')

def test_command_none(self):
self._test_main([], expected_stdout='usage: dedop [-h]')
Expand Down

0 comments on commit 54a9886

Please sign in to comment.