Compare commits
2 commits
5a6c89589e
...
b7580f95fb
| Author | SHA1 | Date | |
|---|---|---|---|
| b7580f95fb | |||
| ef3e162bf9 |
2 changed files with 8 additions and 2 deletions
|
|
@ -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/)
|
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).
|
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)
|
## v0.3.4 (2024-08-19)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rattail-nationbuilder"
|
name = "rattail-nationbuilder"
|
||||||
version = "0.3.4"
|
version = "0.3.5"
|
||||||
description = "Rattail integration package for NationBuilder"
|
description = "Rattail integration package for NationBuilder"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
|
|
@ -31,7 +31,7 @@ dependencies = [
|
||||||
rattail_nationbuilder = "rattail_nationbuilder.commands"
|
rattail_nationbuilder = "rattail_nationbuilder.commands"
|
||||||
|
|
||||||
|
|
||||||
[project.entry-points."rattail.config.extensions"]
|
[project.entry-points."wutta.config.extensions"]
|
||||||
rattail_nationbuilder = "rattail_nationbuilder.config:RattailNationBuilderExtension"
|
rattail_nationbuilder = "rattail_nationbuilder.config:RattailNationBuilderExtension"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue