From 5cdfd882f578ba970ba8d3d82c02af3906b7e9a4 Mon Sep 17 00:00:00 2001 From: gi0baro Date: Tue, 10 Feb 2015 00:15:10 +0100 Subject: [PATCH] Releasing 15.02 --- CHANGES | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 90ac1aa6c..0ae02846e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,7 @@ pydal changelog Version 15.02 ------------- -(release date to be announced) +Released on February 11th 2015 - Updated pg8000 support in `PostgreSQLAdapter` - Fixed `ilike` for `Field` type 'list:string' in `PostgreSQLAdapter` diff --git a/setup.py b/setup.py index 62011c31b..48a5e6f56 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='pyDAL', - version='15.02-dev', + version='15.02', url='https://github.com/web2py/pydal', license='BSD', author='Massimo Di Pierro',