We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48b8c9 commit 28436a3Copy full SHA for 28436a3
CHANGES
@@ -1,6 +1,15 @@
1
pydal changelog
2
===============
3
4
+Version 16.06.28
5
+----------------
6
+
7
+Released on June 28th 2016
8
9
+- Fixed bugs on MSSQL and Postgre adapters introduced with 16.06
10
+- Improved parsing performance
11
12
13
Version 16.06.20
14
----------------
15
pydal/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '16.07-dev'
+__version__ = '16.06.28'
from .base import DAL
from .objects import Field
0 commit comments