From 60e97e7cfd1da98f3cf38b2023965226d42e5e5b Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Thu, 24 Mar 2016 00:27:40 +0100 Subject: [PATCH] Releasing 16.03 --- CHANGES | 12 +++++++----- pydal/__init__.py | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 0886b8fc2..6b0efb956 100644 --- a/CHANGES +++ b/CHANGES @@ -2,16 +2,18 @@ pydal changelog =============== Version 16.03 +------------- -Released on March 23rd 2016 +Released on March 24th 2016 -- Faster SQLite logic in absence of db queris +- Implemented faster SQLite logic in absence of db queris - PEP8 improvements - Added support for new relic (newrelic>=2.10.0.8) - Added support for outerscoped tablenames -- fixed Google Cloud SQL support -- fixed Oracle DB support -- serveral bug fixes +- Fixed Google Cloud SQL support +- Fixed Oracle DB support +- Serveral bugfixes + Version 15.12 ------------- diff --git a/pydal/__init__.py b/pydal/__init__.py index 8597ed9a8..3a8c2667a 100644 --- a/pydal/__init__.py +++ b/pydal/__init__.py @@ -1,4 +1,4 @@ -__version__ = '16.03-dev' +__version__ = '16.03' from .base import DAL from .objects import Field