Skip to content

Commit

Permalink
Releasing 16.06
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jun 6, 2016
1 parent dce36de commit 53bc616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
pydal changelog
===============

Next
----
Version 16.06
-------------

(Release date to be announced)
Released on June 6th 2016

- Major refactoring of the codebase
- Improved Postgre adapter performance
- [MSSQL] Fixed sql generation with `orderby` on MSSQL3 adapters
- Connection and cursors are now thread safe
- Removed `_lastsql` attribute in adapters
- [Mongo] Empty values for `ObjectId` fields are now stored and parsed
as `None` instead of a fake `ObjectId(0)`
- Fixed multiple calls of initialization callbacks during connection
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.04-dev'
__version__ = '16.06'

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

0 comments on commit 53bc616

Please sign in to comment.