Skip to content

Commit 0497b61

Browse files
committed
Bump version
1 parent 88656f0 commit 0497b61

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.38.0
1+
3.39.0

atlassian/confluence.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,8 +2103,7 @@ def create_group(self, name):
21032103
:return: New group params
21042104
"""
21052105
url = "rest/api/admin/group"
2106-
data = { "name": name,
2107-
"type": "group" }
2106+
data = {"name": name, "type": "group"}
21082107
return self.post(url, data=data)
21092108

21102109
def remove_group(self, name):

0 commit comments

Comments
 (0)