From 7035398681d74e868d37e52f89931359765cb281 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 13 Nov 2017 23:50:20 -0600 Subject: [PATCH] 2.16.1 --- CHANGELOG | 4 +++- Makefile | 2 +- VERSION | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f9371be2..b9e42333 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Makefile b/Makefile index 888f563e..7362ca2f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/VERSION b/VERSION index 1cc562ba..ddae687a 100644 --- a/VERSION +++ b/VERSION @@ -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