Skip to content

Commit fc992fe

Browse files
committed
Bump version: 2.1.0 → 2.2.0
1 parent c66fb94 commit fc992fe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## ?.?.?
1+
## 2.2.0
22

33
* New parameter `include` added to `TeamClient.get_teams`.
44
* New method `TeamClient.get_team_members` for getting the members of a team.
55
* New methods `TeamClient.update_team_name` and
6-
`TeamClient.update_team_attribute`.
6+
`TeamClient.update_team_attribute` for updating team names and their
7+
attributes, respectively.
78

89
## 2.1.0
910

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="okdata-sdk",
8-
version="2.1.0",
8+
version="2.2.0",
99
author="Oslo Origo",
1010
author_email="[email protected]",
1111
description="SDK for origo dataplatform",

0 commit comments

Comments
 (0)