We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724e330 commit 2494fdaCopy full SHA for 2494fda
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.4.0
+current_version = 2.4.1
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,4 +1,4 @@
-## ?.?.?
+## 2.4.1
* The optional search filter in `Dataset.get_datasets` has been relaxed to allow
matches anywhere in the dataset name (instead of only at the beginning). In
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name="okdata-sdk",
8
- version="2.4.0",
+ version="2.4.1",
9
author="Oslo Origo",
10
author_email="dataplattform@oslo.kommune.no",
11
description="SDK for origo dataplatform",
0 commit comments