From 0b64e40df586dfa9a4328d384f252e0d0ea685f7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 29 Mar 2026 00:36:35 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.28.10=20=E2=86=92=200.28.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e33b8f..13add4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to WuttJamaican 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.28.11 (2026-03-29) + +### Fix + +- avoid log warning if same entry point is found multiple times + ## v0.28.10 (2026-03-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 154a72d..9c22b69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttJamaican" -version = "0.28.10" +version = "0.28.11" description = "Base package for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]