Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samgiles committed May 14, 2015
1 parent 7a174be commit d84e140
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Changelog
development version
-------------------

0.7.1
-----

* Correct support for UTF encoded responses.

0.6.2
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

base_dir = os.path.dirname(os.path.abspath(__file__))

version = "0.7.0"
version = "0.7.1"

if sys.argv[-1] == 'publish':
os.system("git tag -a %s -m 'v%s'" % (version, version))
Expand Down

0 comments on commit d84e140

Please sign in to comment.