This commit is contained in:
mdipierro
2017-08-07 07:32:58 -05:00
parent a29947f298
commit 86ea728f4f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## 2.15.0b1
## 2.15.1-3
- dropped support for python 2.6
- dropped web shell
- experimental python 3 support
+1 -1
View File
@@ -32,7 +32,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.15.2-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.15.3-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.15.2-stable+timestamp.2017.07.19.01.21.31
Version 2.15.3-stable+timestamp.2017.08.07.07.32.04