Skip to content

Commit

Permalink
Releasing 16.03
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Mar 23, 2016
1 parent bd5a767 commit 60e97e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ pydal changelog
===============

Version 16.03
-------------

Released on March 23rd 2016
Released on March 24th 2016

- Faster SQLite logic in absence of db queris
- Implemented faster SQLite logic in absence of db queris
- PEP8 improvements
- Added support for new relic (newrelic>=2.10.0.8)
- Added support for outerscoped tablenames
- fixed Google Cloud SQL support
- fixed Oracle DB support
- serveral bug fixes
- Fixed Google Cloud SQL support
- Fixed Oracle DB support
- Serveral bugfixes


Version 15.12
-------------
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.03-dev'
__version__ = '16.03'

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

0 comments on commit 60e97e7

Please sign in to comment.