summaryrefslogtreecommitdiff
path: root/talerbank/app/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'talerbank/app/views.py')
-rw-r--r--talerbank/app/views.py6
1 files 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,
),