This commit is contained in:
mdipierro
2015-05-28 23:22:16 -05:00
parent 66d15491ca
commit 01474c99b0
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 2.11.1
- Many small but significative improvements and bug fixes
## 2.10.1-2.10.2
- welcome app defaults to Bootstrap 3
+1 -1
View File
@@ -32,7 +32,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.11.0-alpha+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.11.1-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.0-alpha+timestamp.2015.05.24.19.14.16
Version 2.11.1-stable+timestamp.2015.05.28.23.17.58