Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hfaran committed Jul 13, 2018
1 parent 99e22ac commit fcbf347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion piazza_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from piazza_api.piazza import Piazza

__version__ = "0.6.0"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion piazza_api/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def request(self, method, data=None, nid=None, nid_key='nid',
"params": dict({nid_key: nid}, **data)
}),
cookies=self.cookies,
headers = headers
headers=headers
)
return response if return_response else response.json()

Expand Down

0 comments on commit fcbf347

Please sign in to comment.