From 33b81366aa7a0e3a62a392c040d02ec663b0e23a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 23 Nov 2023 13:40:21 +0100 Subject: [PATCH] 1.23.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ src/configuraptor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db08d2..9dc71de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.23.5 (2023-11-23) +### Fix +* **alias:** Alias not always detected (e.g. in the case of postponed) ([`041f82c`](https://github.com/trialandsuccess/configuraptor/commit/041f82c6750ef96c0fadf2fe7e803b0c9814d11b)) + ## v1.23.4 (2023-11-20) ### Fix * **alias:** Freeze and set slots so it can be used in a dataclass ([`a382269`](https://github.com/trialandsuccess/configuraptor/commit/a38226932c67281667c34171e0b01a6fb98925c7)) diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index e287ecf..f0105b8 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.23.4" +__version__ = "1.23.5"