Skip to content

Commit

Permalink
2.5.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrem committed Sep 20, 2024
1 parent 3eac185 commit 7674550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion office365/runtime/odata/v4/batch_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _extract_response(response, query):

def _prepare_payload(self, query):
# type: (BatchQuery) -> Dict
""" Serializes a batch request body. """
"""Serializes a batch request body."""
requests_json = []
for qry in query.queries:
qry_id = str(len(requests_json))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="Office365-REST-Python-Client",
version="2.5.12",
version="2.5.13",
author="Vadim Gremyachev",
author_email="[email protected]",
maintainer="Konrad Gądek, Domenico Di Nicola",
Expand Down

0 comments on commit 7674550

Please sign in to comment.