We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7559568 commit 2fa3dd5Copy full SHA for 2fa3dd5
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.0.0
+current_version = 6.1.0
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,4 +1,4 @@
-## ?.?.? - Unreleased
+## 6.1.0 - 2026-03-20
* Removed Origo as an organization choice for public services.
* Public service integration naming is now more permissive, since the
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name="okdata-cli",
8
- version="6.0.0",
+ version="6.1.0",
9
author="Oslo Origo",
10
author_email="dataspeilet@oslo.kommune.no",
11
description="CLI for services provided by Oslo Origo",
0 commit comments