This commit is contained in:
mdipierro
2018-10-06 11:35:12 -07:00
parent e697bdaf90
commit ca5c79c980
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## 2.17.1
## 2.17.1-2
- pydal 18.08
- many small bug fixes
+1 -1
View File
@@ -44,7 +44,7 @@ rmfiles:
rm -rf applications/examples/uploads/*
src:
### Use semantic versioning
echo 'Version 2.17.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.17.2-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.17.1-stable+timestamp.2018.08.05.17.57.00
Version 2.17.2-stable+timestamp.2018.10.06.11.34.06