taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 307296b6e6849f3b259d859e173dc15b7d990f4b
parent 01ca56aadd3e10355f1d546af50e335001dd60fd
Author: Florian Dold <florian@dold.me>
Date:   Mon, 18 Aug 2025 18:04:37 +0200

bump version to 1.0.26

Diffstat:
Mdebian/changelog | 6++++++
Mpyproject.toml | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant-demos (1.0.26) unstable; urgency=low + + * Release 1.0.26. + + -- Florian Dold <florian@dold.me> Mon, 18 Aug 2025 18:04:04 +0200 + taler-merchant-demos (0.13.0) unstable; urgency=medium * Release 0.13.0 diff --git a/pyproject.toml b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "talermerchantdemos" -version = "0.9.0" +version = "1.0.26" description = "Taler merchant demos" authors = [ "Florian Dold <dold@taler.net>",