Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Version 0.2 release.
Browse files Browse the repository at this point in the history
- Works on Windows now.
- 100% test coverage in the main sc2bank module.
- Other little improvements.

little fix
  • Loading branch information
winny- committed Mar 10, 2014
1 parent baec745 commit 4d406fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ htmlcov
.coverage
.DS_Store
venv
sc2bank.spec
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
==========
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 4d406fb

Please sign in to comment.