aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-02-18 10:09:17 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-02-18 10:09:17 +0100
commita76961619b9e0d8c3743eb98b8a12a86068b1fef (patch)
treee43484b0a462fa041ba131f54102bcc4f8d7ae73
parentdb35d626ffd3eced70911861d6a2e9640bceab7f (diff)
Bump app version number to 2015.2.1.HEAD2015.2.1master
Change-Id: Ibccb2d70c59624a4f2876fc2f28470a153c6beba
-rw-r--r--app/dashboard/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/__init__.py b/app/dashboard/__init__.py
index 1f26b62..85a4f81 100644
--- a/app/dashboard/__init__.py
+++ b/app/dashboard/__init__.py
@@ -28,7 +28,7 @@ from flask_wtf.csrf import (
)
from flask.ext.cache import Cache
-__version__ = "2015.2"
+__version__ = "2015.2.1"
__versionfull__ = __version__
CSRF_TOKEN_H = "X-Csrftoken"