URI: 
       tbump version number, update readme - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 4dad1701d1d162377a73201150fea1129452311f
   DIR parent c87533acaad1e8499bd4efdd99535a39d8359a04
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Tue, 29 Nov 2011 10:32:56 +0100
       
       bump version number, update readme
       
       Diffstat:
         M client/README                       |       5 +++--
         M setup.py                            |       4 ++--
       
       2 files changed, 5 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/client/README b/client/README
       t@@ -20,10 +20,11 @@ Features:
        
        INSTALL
        
       -You need install pygtk, python-ecdsa and pycrypto
       +You will need pygtk to use the gui
        
       +If you have installed from git, you will need to install python-ecdsa and slowaes:
        * sudo easy_install ecdsa
       -* sudo easy_install pycrypto
       +* sudo easy_install slowaes
        
        
        RUN
   DIR diff --git a/setup.py b/setup.py
       t@@ -1,11 +1,11 @@
        #!/usr/bin/python
        
       -#python mysetup.py sdist --format=zip,gztar
       +# python setup.py sdist --format=zip,gztar
        
        
        from distutils.core import setup
        
       -version = "0.27"
       +version = "0.28"
        
        setup(name = "Electrum",
            version = version,