Skip to content

Commit

Permalink
Releasing 17.07
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jul 4, 2017
1 parent 466a39f commit 476ebfd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES
@@ -1,6 +1,18 @@
pydal changelog
pyDAL changelog
===============

Version 17.07
-------------

Released on July 4th 2017

- Various bugfixes
- Field.set_attributes now returns the instance
- [PostgreSQL] Added jsonb type and serialization/parsing support
- Added unix socket support in MySQL and PostgreSQL adapters
- [GCP] Added MySQL and PostgreSQL support


Version 17.03
-------------

Expand Down
2 changes: 1 addition & 1 deletion pydal/__init__.py
@@ -1,4 +1,4 @@
__version__ = '17.03'
__version__ = '17.07'

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

0 comments on commit 476ebfd

Please sign in to comment.