gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix protocol version


From: gnunet
Subject: [taler-bank] branch master updated: fix protocol version
Date: Fri, 31 Jul 2020 17:53:53 +0200

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 32652cc  fix protocol version
32652cc is described below

commit 32652cc335b140c1e5aaa2f2b13089cc53c3932c
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 31 17:53:49 2020 +0200

    fix protocol version
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 5c84b18..96e3518 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -519,7 +519,7 @@ def logout_view(request):
     return redirect("index")
 
 def config_view(request):
-    return JsonResponse(dict(version="0.0.0", 
currency=settings.TALER_CURRENCY), status=200)
+    return JsonResponse(dict(version="0:0:0", 
currency=settings.TALER_CURRENCY), status=200)
 
 def extract_history(account, delta, start=None):
     history = []

-- 
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]