Skip to content

Commit

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

8a3b595 (HEAD -> master) Merge branch 'release/0.3.2'
73323fb (release/0.3.2) version bump
f7b18ac (origin/develop, develop) Implement getOperationName
56a3d17 Modify instances according to new pygraphene to allow setting config before instanciation (#188)
d2b9c42 Add the unknown chainid to the error message
cb4772a Introduce exception for unknown chainid (#221)
2595586 Make #229 not raise a KeyError exception
7a37be8 Merge pull request #224 from bitfag/tip-asset-fixes
d22cfc5 Merge pull request #228 from bitshares/pyup-scheduled-update-2019-04-01
ba6b0bb Updates to docs and Authors
3f34527 version bump
855fb83 (origin/pyup-scheduled-update-2019-04-01) Update pre-commit from 1.14.4 to 1.15.0
1e3bb92 Update pytest-mock from 1.10.2 to 1.10.3
192e409 Update pytest from 4.3.1 to 4.4.0
9bad2f9 Update graphenelib from 1.1.12 to 1.1.14
5ad6701 Pass blockchain_instance in Asset methods
081859f Fix typo in finalizeOp call
26719f7 Merge pull request #220 from bitfag/219-balance-claim-operation
54d712d Add balance_claim operation
  • Loading branch information
xeroc committed Apr 12, 2019
2 parents f7b18ac + 8a3b595 commit ec68a5a
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 = "0.3.1"
VERSION = "0.3.2"
URL = "https://github.com/bitshares/python-bitshares"

setup(
Expand Down

0 comments on commit ec68a5a

Please sign in to comment.