Skip to content

Commit bac56a9

Browse files
committed
Prepare a new release
1 parent b0c9f71 commit bac56a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.34.0
1+
3.35.0

atlassian/rest_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ def put(
381381
return response
382382
return self._response_handler(response)
383383

384+
"""
385+
Partial modification of resource by PATCH Method
386+
LINK: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH
387+
"""
384388
def patch(
385389
self,
386390
path,

0 commit comments

Comments
 (0)