Compare commits
No commits in common. "b7580f95fbfa08ac96e85418d7005bfb0a62277a" and "5a6c89589ea85d9f2a852af52c56338deb9b5212" have entirely different histories.
b7580f95fb
...
5a6c89589e
2 changed files with 2 additions and 8 deletions
|
|
@ -5,12 +5,6 @@ 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
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "rattail-nationbuilder"
|
||||
version = "0.3.5"
|
||||
version = "0.3.4"
|
||||
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."wutta.config.extensions"]
|
||||
[project.entry-points."rattail.config.extensions"]
|
||||
rattail_nationbuilder = "rattail_nationbuilder.config:RattailNationBuilderExtension"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue