aboutsummaryrefslogtreecommitdiff
path: root/app/handlers/__init__.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-24 17:54:02 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-24 18:00:55 +0100
commite2605aa619872fd71b97a22a405a54fbde4c7477 (patch)
tree9f5876b8de146660ad37e3ad16545d8bb2af84ca /app/handlers/__init__.py
parent076cb88845f0c53d1e45ce172e4bfb1507debb06 (diff)
Add new /version handler.
* Implement a simple handler that accepts GET request to provide the version number of the backend. Change-Id: I6312570f9e91ae64fef07033c90be6e93e176fb4
Diffstat (limited to 'app/handlers/__init__.py')
-rw-r--r--app/handlers/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/handlers/__init__.py b/app/handlers/__init__.py
index e69de29..8aced47 100644
--- a/app/handlers/__init__.py
+++ b/app/handlers/__init__.py
@@ -0,0 +1,2 @@
+__version__ = "2014.11"
+__versionfull__ = __version__