X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=c4c61ade416e30c1aa080b8087850c8d7cf3ebed;hp=aa8105aa6a9255e14f624e4e40beedbe7243f874;hb=dfe0957eb800224f10ab44797d4d9e05ed7aa69a;hpb=65acb4d5d56a90c9c4ff101b931f5fa6d65dcb51 diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index aa8105a..c4c61ad 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -19,7 +19,9 @@ from codecs import getreader from os import environ __author__ = "Alfonso Tierno " -__version__ = "0.3" + +# TODO consider to remove and provide version using the static version file +__version__ = "0.1.3" version_date = "Apr 2018" database_version = '1.0' @@ -396,6 +398,7 @@ class Server(object): @cherrypy.expose def version(self, *args, **kwargs): + # TODO consider to remove and provide version using the static version file global __version__, version_date try: if cherrypy.request.method != "GET":