From 571fc6d919171b64692bde2e917764b1c3842939 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 20 Jul 2015 01:51:22 -0500 Subject: [PATCH] changed version --- Makefile | 2 +- VERSION | 2 +- applications/welcome/models/db.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e16e0967..573fc6b8 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.11.2-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.12.0-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION ### rm -f all junk files make clean ### clean up baisc apps diff --git a/VERSION b/VERSION index 4b49a8a7..6daa68b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.11.2-stable+timestamp.2015.05.30.11.29.46 +Version 2.12.0-stable+timestamp.2015.07.20.01.19.51 diff --git a/applications/welcome/models/db.py b/applications/welcome/models/db.py index 606dc6fe..27dcdf14 100644 --- a/applications/welcome/models/db.py +++ b/applications/welcome/models/db.py @@ -58,7 +58,7 @@ service = Service() plugins = PluginManager() ## create all tables needed by auth if not custom tables -auth.define_tables(username=False, signature=False, enable_tokens=False) +auth.define_tables(username=False, signature=False) ## configure email mail = auth.settings.mailer