Skip to content

Commit

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

e318080 (HEAD -> master) Merge branch 'release/1.0.1'
28c4bff (release/1.0.1) Version bump
03ccede (origin/develop, develop) Merge pull request #71 from jhtitor/pubkey_tweak2
d4e530c Merge pull request #70 from jhtitor/brainkey_private
1a13f8f Merge pull request #63 from jhtitor/websocket_proxy
58eae4e Merge tag '1.0.1rc4' into develop
ec509cd Add hard dependency on secp256k1 for travis/test builds.
38f39f3 Restore tweakaddPubkey method and related unit tests.
c63737e Add get_blind_private method to BrainKey.
469882f Remove weird typo in rpc/proxy support.
bc33e53 Reimplement proxy support for both HTTP and Websocket RPCs.
eb5ab32 Merge remote-tracking branch 'upstream/develop' into websocket_proxy
c89b6df Add proxy support to GrapheneWebsocketRPC.
  • Loading branch information
xeroc committed Oct 16, 2018
2 parents 03ccede + e318080 commit fd1b900
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 @@ -11,7 +11,7 @@
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))

VERSION = '1.0.1rc4'
VERSION = '1.0.1'
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit fd1b900

Please sign in to comment.