From 74899ffddab0ac91330486a5d9548b74d26a7c33 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 20 Sep 2025 14:35:00 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.3=20=E2=86=92=200.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9009e56..ea9310a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to rattail-mailchimp will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.3.4 (2025-09-20) + +### Fix + +- fix config extension entry point +- avoid deprecated base class for config extension + ## v0.3.3 (2024-07-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6871ec1..a347ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "rattail-mailchimp" -version = "0.3.3" +version = "0.3.4" description = "Rattail Software Interfaces for MailChimp" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]