From 54ed4980a22ff24628dbf3acb8da47de07863d46 Mon Sep 17 00:00:00 2001 From: Martin Jambon Date: Fri, 25 Mar 2022 16:20:20 -0700 Subject: [PATCH] Bugfix release 2.4.1 --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 862bb47d..348d5267 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,12 @@ -Next ------------------ +2.4.1 (2022-03-25) +------------------ * atdpy: don't apply the `@dataclass` decorator twice if explicitly added by the user via an ATD annotation such as `` (#267) 2.4.0 (2022-03-24) ------------------ +------------------ * atdpy: allow custom imports and class decorators to be added to the generated Python code.