Skip to content

Commit ea34b8c

Browse files
author
Petter H. Juliussen
committed
Bump version: 2.2.1 → 2.3.0
1 parent 5a8d60d commit ea34b8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.1
2+
current_version = 2.3.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ?.?.?
1+
## 2.3.0
22

33
* New method `TeamClient.get_user_by_username` for looking up Keycloak users.
44
* New method `TeamClient.update_team_members` for adding and/or removing

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.2.1",
8+
version="2.3.0",
99
author="Oslo Origo",
1010
author_email="[email protected]",
1111
description="SDK for origo dataplatform",

0 commit comments

Comments
 (0)