From 4d406fba7b086450f1fd14b416070a39aac3a53a Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Mon, 10 Mar 2014 00:04:47 -0500 Subject: [PATCH] Version 0.2 release. - Works on Windows now. - 100% test coverage in the main sc2bank module. - Other little improvements. little fix --- .gitignore | 1 + README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b36be61..56d417b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ htmlcov .coverage .DS_Store venv +sc2bank.spec diff --git a/README.rst b/README.rst index 6589a31..191e90c 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Python module to sign StarCraft II bank files which are used to save stats in Arcade. -.. image:: https://i.imgur.com/bcZME95.png +.. image:: https://i.imgur.com/z5cmEz7.png :alt: The Gui Module Installation @@ -26,8 +26,8 @@ Any platform Prepackaged GUI Releases ------------------------ -* Mac 0.1 https://www.dropbox.com/s/6z7i5k0o46wkvy8/sc2bank.app.zip -* Windows 0.1 https://www.dropbox.com/s/frque1cgz8sp2wy/sc2bank.exe.zip +* Mac 0.2 https://www.dropbox.com/s/co1r0dtdq2lb1d6/sc2bank.app.zip +* Windows 0.2 https://www.dropbox.com/s/qo41t2dod7kpzny/sc2bank.exe.zip How to use ========== diff --git a/setup.py b/setup.py index b15682d..0e5ce65 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='sc2bank', - version='0.2.dev', + version='0.2', description='Validate SC2Bank XML document signatures.', long_description=long_description, classifiers=[