From da8f511d00d64ddcf138a72e9aaae4d3fd045c2d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 17 Jan 2024 16:02:15 +0100 Subject: [PATCH] 1.24.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ src/configuraptor/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc05fab..5f9edf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.24.2 (2024-01-17) + +### Fix + +* Allow excluding internal variables from asdict/asjson/etc ([`35af912`](https://github.com/trialandsuccess/configuraptor/commit/35af912e1949e6d0754976817b348c9a339db439)) + ## v1.24.1 (2023-12-04) ### Fix diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index d338196..a22dfbe 100644 --- a/src/configuraptor/__about__.py +++ b/src/configuraptor/__about__.py @@ -5,4 +5,4 @@ # SPDX-FileCopyrightText: 2023-present Robin van der Noord # # SPDX-License-Identifier: MIT -__version__ = "1.24.1" +__version__ = "1.24.2"