Skip to content

Commit

Permalink
Releasing 15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Dec 16, 2015
1 parent 3131f83 commit 1d8ac4f
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 15.12
-------------

Released on December 16th 2015

- Added IPV6 address enclosed in brackets support for URI's host
- [MongoDB] Implemented unique and notnull support for fields during insert
- Several bugfixes


Version 15.09
-------------

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__ = '15.09'
__version__ = '15.12'

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

0 comments on commit 1d8ac4f

Please sign in to comment.