Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
increase release number, add update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît HERVIER committed Apr 11, 2013
1 parent 6c052bd commit b4f6266
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bitpurse/__init__.py
Expand Up @@ -29,7 +29,7 @@

__author__ = 'Benoit HERVIER (Khertan)'
__email__ = 'khertan@khertan.net'
__version__ = '2.0.0'
__version__ = '2.0.1'
__build__ = '1'
__upgrade__ = '''0.9.0: First beta release
0.9.1: Second beta release, add missing python-crypto dependancy
Expand All @@ -47,7 +47,9 @@
1.9.0: Better splash screen and icon
2.0.0: Improve password dialog
Add request btc feature
Add fiat convertion'''
Add fiat convertion
2.0.1: Fix a bug preventing openning wallet when there is no network
connection'''


class BitPurse(QApplication):
Expand Down

0 comments on commit b4f6266

Please sign in to comment.