Skip to content

Commit 476ebfd

Browse files
committed
Releasing 17.07
1 parent 466a39f commit 476ebfd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
pydal changelog
1+
pyDAL changelog
22
===============
33

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+
416
Version 17.03
517
-------------
618

pydal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '17.03'
1+
__version__ = '17.07'
22

33
from .base import DAL
44
from .objects import Field

0 commit comments

Comments
 (0)