This commit is contained in:
mdipierro
2019-03-12 22:22:04 -07:00
parent 483820c5ed
commit b6f8ad1a54
4 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
## 2.18.1-2.18.3
## 2.18.1-2.18.4
- pydal 19.02
- made template its own module (Yet Another Template Language)
- improved python 3.4-3.7 support
- better regular expressions
- bug fixes
## 2.17.1-2
+3 -3
View File
@@ -11,8 +11,8 @@ clean:
find . -name '*.rej' -exec rm -f {} \;
find . -name '#*' -exec rm -f {} \;
find . -name 'Thumbs.db' -exec rm -f {} \;
find . -name '.tox' -exec rm -rf {} \;
find . -name '__pycache__' -exec rm -rf {} \;
# find . -name '.tox' -exec rm -rf {} \;
# find . -name '__pycache__' -exec rm -rf {} \;
find gluon/ -name '*class' -exec rm -f {} \;
find applications/admin/ -name '.*' -exec rm -f {} \;
find applications/examples/ -name '.*' -exec rm -f {} \;
@@ -45,7 +45,7 @@ rmfiles:
rm -rf applications/examples/uploads/*
src:
### Use semantic versioning
echo 'Version 2.18.3-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.18.4-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.18.3-stable+timestamp.2019.03.03.15.06.20
Version 2.18.4-stable+timestamp.2019.03.12.22.20.22