diff --git a/CHANGES b/CHANGES index c7625b12f..b022fbfbd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,15 @@ pydal changelog =============== +Version 16.06.28 +---------------- + +Released on June 28th 2016 + +- Fixed bugs on MSSQL and Postgre adapters introduced with 16.06 +- Improved parsing performance + + Version 16.06.20 ---------------- diff --git a/pydal/__init__.py b/pydal/__init__.py index 965000a88..4705e6fc0 100644 --- a/pydal/__init__.py +++ b/pydal/__init__.py @@ -1,4 +1,4 @@ -__version__ = '16.07-dev' +__version__ = '16.06.28' from .base import DAL from .objects import Field