R-2.18.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 @@
|
||||
Version 2.18.3-stable+timestamp.2019.03.03.15.06.20
|
||||
Version 2.18.4-stable+timestamp.2019.03.12.22.20.22
|
||||
|
||||
+1
-1
Submodule gluon/packages/dal updated: 91b3fd1edb...9d30c5a7c6
Reference in New Issue
Block a user