From 083ad4ca183b5fcd57ccdad0c435dbf4e4c3c91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= Date: Mon, 18 Mar 2024 13:34:40 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.0=20=E2=86=92=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0fcd970..708eb9e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.2.0 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 0519910..01bcfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## ?.?.? +## 2.2.0 - 2024-03-18 * `okdata.aws.status.sdk.Status` now accepts an additional optional parameter, `sdk_config`, which allows the underlying Status SDK to diff --git a/setup.py b/setup.py index d5de17c..a431a4d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="okdata-aws", - version="2.1.0", + version="2.2.0", author="Oslo Origo", author_email="dataplattform@oslo.kommune.no", description="Collection of helpers for working with AWS",