Skip to content

Commit 59dcf5e

Browse files
committed
🔖 [#315] Increment Klantinteracties API version to 0.0.4
1 parent f3aed0d commit 59dcf5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/openklant/components/klantinteracties/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: klantinteracties
4-
version: 0.0.3
4+
version: 0.0.4
55
description: |2
66
77
Description WIP.

src/openklant/conf/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
KLANTEN_API_VERSION = "1.0.0"
88
CONTACTMOMENTEN_API_VERSION = "1.0.0"
9-
KLANTINTERACTIES_API_VERSION = "0.0.3"
9+
KLANTINTERACTIES_API_VERSION = "0.0.4"
1010
CONTACTGEGEVENS_API_VERSION = "1.0.0"
1111

1212
REST_FRAMEWORK = BASE_REST_FRAMEWORK.copy()

0 commit comments

Comments
 (0)