We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb3786 commit 07d701cCopy full SHA for 07d701c
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.0.0
+current_version = 4.1.0
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,4 +1,4 @@
-## ?.?.? - Unreleased
+## 4.1.0 - 2026-03-20
* Removed support for file system credentials caching.
* S3 download URLs are now validated.
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name="okdata-sdk",
8
- version="4.0.0",
+ version="4.1.0",
9
author="Oslo Origo",
10
author_email="dataplattform@oslo.kommune.no",
11
description="SDK for origo dataplatform",
0 commit comments