This commit is contained in:
mdipierro
2019-04-07 21:16:13 -07:00
parent 455d188da8
commit 59700b8d06
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
## 2.18.1-2.18.4
## 2.18.1-2.18.5
- pydal 19.02
- made template its own module (Yet Another Template Language)
- improved python 3.4-3.7 support

View File

@@ -45,7 +45,7 @@ rmfiles:
rm -rf applications/examples/uploads/*
src:
### Use semantic versioning
echo 'Version 2.18.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.18.5-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
# make rmfiles

View File

@@ -1 +1 @@
Version 2.18.4-stable+timestamp.2019.03.12.22.20.22
Version 2.18.5-stable+timestamp.2019.04.07.21.13.59