Skip to content

Commit

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

8c992c7 (HEAD -> master) Merge branch 'release/1.1.4'
7d48671 (release/1.1.4) Version bump
06e63bb (develop) Properly load BLockchainObjects for Proposals
3e6e357 Merge branch 'test' into develop
8f097b8 Fix
da45764 (origin/develop) Need to be able to list id-specific list of objects, too
ea0b855 Make fetching more obvious from code
2ed9269 properly use _import in cache_object(s)
3da58c3 Documentation for blockchainobject.py
f38e2a1 Remove references to BitShares
c287bce warn( -> warning(
ca2d842 Merge tag '1.1.3' into develop
  • Loading branch information
xeroc committed Dec 21, 2018
2 parents 06e63bb + 8c992c7 commit be38ba2
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.3"
VERSION = "1.1.4"
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit be38ba2

Please sign in to comment.