Compare commits

..

2 commits

Author SHA1 Message Date
b7580f95fb bump: version 0.3.4 → 0.3.5 2025-09-20 14:35:47 -05:00
ef3e162bf9 fix: fix config extension entry point
per upstream changes
2025-09-20 14:35:33 -05:00
2 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,12 @@ All notable changes to rattail-nationbuilder 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.5 (2025-09-20)
### Fix
- fix config extension entry point
## v0.3.4 (2024-08-19)
### Fix

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "rattail-nationbuilder"
version = "0.3.4"
version = "0.3.5"
description = "Rattail integration package for NationBuilder"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
@ -31,7 +31,7 @@ dependencies = [
rattail_nationbuilder = "rattail_nationbuilder.commands"
[project.entry-points."rattail.config.extensions"]
[project.entry-points."wutta.config.extensions"]
rattail_nationbuilder = "rattail_nationbuilder.config:RattailNationBuilderExtension"