Skip to content

Commit 7674550

Browse files
committed
2.5.13 release
1 parent 3eac185 commit 7674550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

office365/runtime/odata/v4/batch_request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _extract_response(response, query):
4747

4848
def _prepare_payload(self, query):
4949
# type: (BatchQuery) -> Dict
50-
""" Serializes a batch request body. """
50+
"""Serializes a batch request body."""
5151
requests_json = []
5252
for qry in query.queries:
5353
qry_id = str(len(requests_json))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="Office365-REST-Python-Client",
12-
version="2.5.12",
12+
version="2.5.13",
1313
author="Vadim Gremyachev",
1414
author_email="vvgrem@gmail.com",
1515
maintainer="Konrad Gądek, Domenico Di Nicola",

0 commit comments

Comments
 (0)