Skip to content

Commit 50f8daf

Browse files
committed
Releasing 15.07
1 parent a1bc501 commit 50f8daf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pydal changelog
22
===============
33

4-
Next
5-
----
4+
Version 15.07
5+
-------------
66

7-
(Release date to be announced)
7+
Released on July 10th 2015
88

99
- Added `smart_query` support for 'contains' on fields of type 'list:string'
1010
- Implemented correct escaping for 'LIKE'
@@ -16,6 +16,7 @@ Next
1616
- Added aggregations support on `MongoDBAdapter`
1717
- `Table.validate_and_insert` and `Table.validate_and_update` methods now
1818
validates also empty fields
19+
- Added support for expression operators on `MongoDBAdapter`
1920
- Several bugfixes
2021

2122

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from setuptools import setup
2121
setup(
2222
name='pyDAL',
23-
version='15.07-dev',
23+
version='15.07',
2424
url='https://github.com/web2py/pydal',
2525
license='BSD',
2626
author='Massimo Di Pierro',

0 commit comments

Comments
 (0)