We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bacfb commit 6ffbdd5Copy full SHA for 6ffbdd5
app/resources/globals.py
@@ -3,12 +3,11 @@
3
import platform
4
import os
5
from neo4j import GraphDatabase
6
-import redis
7
import requests
8
9
10
class Globals:
11
- VERSION = '3.8.7'
+ VERSION = '4.0.0'
12
root_path = os.path.dirname(os.path.dirname(__file__))
13
APP_CONF = os.path.join(root_path, 'vault/app_conf.json')
14
AUTHTEXT = 'See the Authentication section of API tutorial page for details on how to authenticate.'
0 commit comments