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 466a39f commit 476ebfdCopy full SHA for 476ebfd
CHANGES
@@ -1,6 +1,18 @@
1
-pydal changelog
+pyDAL changelog
2
===============
3
4
+Version 17.07
5
+-------------
6
+
7
+Released on July 4th 2017
8
9
+- Various bugfixes
10
+- Field.set_attributes now returns the instance
11
+- [PostgreSQL] Added jsonb type and serialization/parsing support
12
+- Added unix socket support in MySQL and PostgreSQL adapters
13
+- [GCP] Added MySQL and PostgreSQL support
14
15
16
Version 17.03
17
-------------
18
pydal/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '17.03'
+__version__ = '17.07'
from .base import DAL
from .objects import Field
0 commit comments