Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Mar 18, 2024
1 parent 65d2812 commit 083ad4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 083ad4c

Please sign in to comment.