version 2.17.1

This commit is contained in:
mdipierro
2018-08-05 17:57:11 -07:00
parent bcf288f55d
commit 285013a64a
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 2.17.1
- pydal 18.08
- many small bug fixes
## 2.16.1
- pydal 17.11
- bootstrap 4
+1 -1
View File
@@ -44,7 +44,7 @@ rmfiles:
rm -rf applications/examples/uploads/*
src:
### Use semantic versioning
echo 'Version 2.16.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.17.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
#make clean
# make rmfiles
+1 -1
View File
@@ -1 +1 @@
Version 2.16.1-stable+timestamp.2018.05.24.15.00.45
Version 2.17.1-stable+timestamp.2018.08.05.17.57.00