Skip to content

Commit

Permalink
Merge tag '1.1.10' into develop
Browse files Browse the repository at this point in the history
Release 1.1.10

bdbd2e7 (HEAD -> master) Merge branch 'release/1.1.10'
26a9d8d (release/1.1.10) version bump
6226dab (develop) This way, we ensure that blockchain is instanciated properly
7b95f0a operations are empty in case we build proposals, hence, sign first
b804252 Properly deal with claiming genesis balances
48ee6b9 (origin/develop) More details in case of Base58 erro and allow loading of keys in set
bfb1b23 Merge pull request #74 from jhtitor/privkey_child_pad
50eae60 Merge tag '1.1.9' into develop
4db3d15 Add zero padding to derived privkeys.
  • Loading branch information
xeroc committed Feb 6, 2019
2 parents 6226dab + bdbd2e7 commit a91432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ascii = codecs.lookup("ascii")
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs"))

VERSION = "1.1.9"
VERSION = "1.1.10"
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit a91432b

Please sign in to comment.