changed version

This commit is contained in:
mdipierro
2015-07-20 01:51:22 -05:00
parent 52ec228eeb
commit 571fc6d919
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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