Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Apr 9, 2015
1 parent 2360a4d commit 45f2347
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,5 @@
## Changelog

### 0.2.2 / 2015-04-09
- [#3](https://github.com/keis/base58/pull/3) test round trips (@oconnor663)
- [#2](https://github.com/keis/base58/pull/2) fix encoding of empty string (@keis)
2 changes: 1 addition & 1 deletion base58.py
Expand Up @@ -9,7 +9,7 @@
# forum post by Gavin Andresen, so direct your praise to him.
# This module adds shiny packaging and support for python3.

__version__ = '0.2.1'
__version__ = '0.2.2'

from hashlib import sha256

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
setup(
name='base58',
py_modules=['base58'],
version='0.2.1',
version='0.2.2',
description='Base58 and Base58Check implementation',
author='David Keijser',
author_email='keijser@gmail.com',
Expand Down

0 comments on commit 45f2347

Please sign in to comment.