Skip to content

Commit a184b70

Browse files
committed
Releasing 16.06.09
1 parent ff67ee5 commit a184b70

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
pydal changelog
22
===============
33

4+
Version 16.06.09
5+
----------------
6+
7+
Released on June 9th 2016
8+
9+
- Fixed boolean parsing errors on Postgre introduced with 16.06
10+
- Fixed connection issues on multiprocessing environments with pre-fork
11+
- Added 'postgres3' adapter to use driver 'boolean' type on fields
12+
13+
414
Version 16.06
515
-------------
616

pydal/__init__.py

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

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

0 commit comments

Comments
 (0)