Compare commits

...

3 commits

Author SHA1 Message Date
Lance Edgar 0347a6e60c bump: version 0.2.0 → 0.2.1 2024-11-22 12:56:04 -06:00
Lance Edgar 52a13aafef fix: allow download of NB donation records 2024-11-22 12:55:24 -06:00
Lance Edgar 73dae5e4cc docs: update project links, kallithea -> forgejo 2024-09-14 12:37:34 -05:00
3 changed files with 11 additions and 4 deletions

View file

@ -5,6 +5,12 @@ All notable changes to tailbone-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.2.1 (2024-11-22)
### Fix
- allow download of NB donation records
## v0.2.0 (2024-06-11)
### Feat

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "tailbone-nationbuilder"
version = "0.2.0"
version = "0.2.1"
description = "Tailbone integration package for NationBuilder"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
@ -35,8 +35,8 @@ tailbone_nationbuilder = "tailbone_nationbuilder.provider:TailboneNationBuilderP
[project.urls]
Homepage = "https://rattailproject.org"
Repository = "https://kallithea.rattailproject.org/rattail-project/tailbone-nationbuilder"
Changelog = "https://kallithea.rattailproject.org/rattail-project/tailbone-nationbuilder/files/master/CHANGELOG.md"
Repository = "https://forgejo.wuttaproject.org/rattail/tailbone-nationbuilder.git"
Changelog = "https://forgejo.wuttaproject.org/rattail/tailbone-nationbuilder/src/branch/master/CHANGELOG.md"
[tool.commitizen]

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2023 Lance Edgar
# Copyright © 2010-2024 Lance Edgar
#
# This file is part of Rattail.
#
@ -38,6 +38,7 @@ class NationBuilderCacheDonationView(NationBuilderMasterView):
route_prefix = 'nationbuilder.cache.donations'
supports_grid_totals = True
has_versions = True
results_downloadable = True
labels = {
'id': "ID",