taler-merchant-demos

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

commit 6a2ea9040af4f431219619480c366fd69207e94c
parent 2ed2988c53dc2582f71ca9e9aa1e5f60b1623477
Author: Florian Dold <florian@dold.me>
Date:   Mon,  3 Nov 2025 12:57:26 +0100

bump version to 1.1.1

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.1.1) unstable; urgency=low + + * Release 1.1.1. + + -- Florian Dold <florian@dold.me> Mon, 03 Nov 2025 12:57:15 +0100 + taler-merchant-demos (1.1.0) unstable; urgency=low * Release 1.1.0. diff --git a/pyproject.toml b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "talermerchantdemos" -version = "1.1.0" +version = "1.1.1" description = "Taler merchant demos" authors = [ "Florian Dold <dold@taler.net>",