From 06654a1676d6be2210739ee36ad34d12a72dd5e9 Mon Sep 17 00:00:00 2001 From: gi0baro Date: Fri, 29 May 2015 13:38:49 -0500 Subject: [PATCH] Releasing 15.05.29 --- CHANGES | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 658193034..e8b333a28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ pydal changelog =============== +Version 15.05.29 +---------------- + +Released on May 29th 2015 + +- Fixed a unicode error with `PostgreSQLAdapter` introduced with 15.05 + + Version 15.05.26 ---------------- diff --git a/setup.py b/setup.py index d6710a247..cb8ed681d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='pyDAL', - version='15.05.26', + version='15.05.29', url='https://github.com/web2py/pydal', license='BSD', author='Massimo Di Pierro',