This commit is contained in:
mdipierro
2017-09-01 22:40:20 -05:00
parent c06fc67064
commit d06a1f9dc6
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
## 2.15.1-3
## 2.15.1-4
- pydal 17.08
- 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.3-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.15.4-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.3-stable+timestamp.2017.08.07.07.32.04
Version 2.15.4-stable+timestamp.2017.09.01.22.38.25