This commit is contained in:
mdipierro
2017-11-13 23:50:20 -06:00
parent 2c2c9d3aa2
commit 7035398681
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
## 2.15.5
## 2.16.1
- pydal 17.11
- bootstrap 4
- better welcome examples
- many bug fixes
## 2.15.1-4
+1 -1
View File
@@ -44,7 +44,7 @@ rmfiles:
rm -rf applications/examples/uploads/*
src:
### Use semantic versioning
echo 'Version 2.15.5-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.16.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.15.5-stable+timestamp.2017.11.13.21.46.11
Version 2.16.1-stable+timestamp.2017.11.13.23.50.07