Skip to content

Commit f23ca1e

Browse files
committed
Bump version: 3.4.0 → 4.0.0
1 parent d8ce5bd commit f23ca1e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = 3.4.0
2+
current_version = 4.0.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-
## ?.?.? - Unreleased
1+
## 4.0.0 - 2026-01-22
22

33
* Added support for Python 3.14.
44
* Dropped support for Python 3.9 which has reached end of life. Python 3.10+ is

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="3.4.0",
8+
version="4.0.0",
99
author="Oslo Origo",
1010
author_email="dataplattform@oslo.kommune.no",
1111
description="SDK for origo dataplatform",

0 commit comments

Comments
 (0)