From 51ae34a6afac282684ef7a592cf76523569a4ecd Mon Sep 17 00:00:00 2001 From: vasileios Date: Thu, 10 Sep 2026 11:49:41 +0200 Subject: [PATCH] :bookmark: Release 0.8.0 --- CHANGELOG.rst | 5 +++++ README.rst | 2 +- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ae12957..41bef17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +0.8.0 (2026-09-10) +================== + +* Add 'verificatieDatum' attribute for the 'DigitaalAdres' resource. + 0.7.0 (2026-09-01) ================== diff --git a/README.rst b/README.rst index e0dc23f..41c0168 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Open Klant Client ================= -:Version: 0.7.0 +:Version: 0.8.0 A Python client library for interacting with the `Open Klant API `_. diff --git a/pyproject.toml b/pyproject.toml index 54942e7..5116e96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "open-klant-client" -version = "0.7.0" +version = "0.8.0" description = "API Client library to communicate with the Open Klant service." authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -66,7 +66,7 @@ markers = [ ] [tool.bumpversion] -current_version = "0.7.0" +current_version = "0.8.0" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},