Skip to content

Commit

Permalink
1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Aug 27, 2017
1 parent a86700a commit d443410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CloudFlare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Cloudflare v4 API"""
from __future__ import absolute_import

__version__ = '1.7.0'
__version__ = '1.7.1'

from .cloudflare import CloudFlare

Expand Down
2 changes: 1 addition & 1 deletion CloudFlare/cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def call_with_auth(self, method,
'User-Agent': self.user_agent,
'X-Auth-Email': self.email,
'X-Auth-Key': self.token,
'Content-Type': 'multipart/form-data'
'Content-Type': 'application/json'
}
if files:
# overwrite Content-Type as we are uploading data
Expand Down

0 comments on commit d443410

Please sign in to comment.