Skip to content

Commit

Permalink
Releasing 16.06.09
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jun 9, 2016
1 parent ff67ee5 commit a184b70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
pydal changelog
===============

Version 16.06.09
----------------

Released on June 9th 2016

- Fixed boolean parsing errors on Postgre introduced with 16.06
- Fixed connection issues on multiprocessing environments with pre-fork
- Added 'postgres3' adapter to use driver 'boolean' type on fields


Version 16.06
-------------

Expand Down
2 changes: 1 addition & 1 deletion pydal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '16.07-dev'
__version__ = '16.06.09'

from .base import DAL
from .objects import Field
Expand Down

0 comments on commit a184b70

Please sign in to comment.