Skip to content

Commit

Permalink
updated some leftover 0.5.2 to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Dec 13, 2016
1 parent 97c8e83 commit f149d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Installation
From Binaries
=============

DeDop is distributed as pre-compiled binaries which can be retrieved from `here <https://github.com/DeDop/dedop/releases/tag/v0.5.2>`_.
DeDop is distributed as pre-compiled binaries which can be retrieved from `here <https://github.com/DeDop/dedop/releases/tag/v0.5.3>`_.
For the windows Windows platforms there is a dedicated installer executable. For Mac OS and Unixes a ZIP file is provided.
All platform distributions have a bundled Python interpreter, that's also the reason why they are quite large in size
(roughly 300 megabytes).
Expand Down
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.2')
self._test_main(['--version'], expected_stdout='0.5.3')

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

0 comments on commit f149d65

Please sign in to comment.