gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: bump protocol version to 1:0:0


From: gnunet
Subject: [taler-bank] branch master updated: bump protocol version to 1:0:0
Date: Wed, 15 Dec 2021 13:05:45 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 78716b4  bump protocol version to 1:0:0
78716b4 is described below

commit 78716b474e2150569a0b5f7f49d709e000abaa91
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 15 13:05:23 2021 +0100

    bump protocol version to 1:0:0
---
 talerbank/app/views.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index f388f44..0154a6b 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -588,7 +588,7 @@ def config_view(request):
     """
     return JsonResponse(
         dict(
-            version="0:0:0", currency=settings.TALER_CURRENCY, 
name="taler-bank-access"
+            version="1:0:0", currency=settings.TALER_CURRENCY, 
name="taler-bank-access"
         ),
         status=HTTPStatus.OK,
     )
@@ -602,7 +602,7 @@ def api_config(request):
     """
     return JsonResponse(
         dict(
-            version="0:0:0",
+            version="1:0:0",
             currency=settings.TALER_CURRENCY,
             name="taler-bank-integration",
         ),
@@ -869,7 +869,7 @@ def twg_config(request, acct_id):
     """
     return JsonResponse(
         dict(
-            version="0:0:0",
+            version="1:0:0",
             name="taler-wire-gateway",
             currency=settings.TALER_CURRENCY,
         ),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]