Skip to content

Commit

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

756ea24 (HEAD -> master) Merge branch 'release/1.1.3'
21861ce (release/1.1.3) Version bump
560e5f1 (develop) Allow to cache lists of objects
7df597e (origin/develop) Merge tag '1.1.2' into develop
  • Loading branch information
xeroc committed Dec 19, 2018
2 parents 560e5f1 + 756ea24 commit ca2d842
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.2"
VERSION = "1.1.3"
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit ca2d842

Please sign in to comment.