Skip to content

Commit

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

111740b (HEAD -> master) Merge branch 'release/1.1.7'
2f76a43 (release/1.1.7) version bump
e055694 (develop) Make sure we can clear the cache even in the unittests
2b1712c (origin/develop) Merge tag '1.1.6' into develop
  • Loading branch information
xeroc committed Jan 9, 2019
2 parents e055694 + 111740b commit 2fabe48
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.6"
VERSION = "1.1.7"
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit 2fabe48

Please sign in to comment.