Skip to content

Commit 3fabdc5

Browse files
committed
Bump version
1 parent 127da36 commit 3fabdc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.17.0
1+
3.18.0

atlassian/rest_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,5 @@ def raise_for_status(self, response):
397397
response.raise_for_status()
398398
else:
399399
raise HTTPError(error_msg, response=response)
400+
else:
401+
response.raise_for_status()

0 commit comments

Comments
 (0)