We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee77d7 commit 06654a1Copy full SHA for 06654a1
CHANGES
@@ -1,6 +1,14 @@
1
pydal changelog
2
===============
3
4
+Version 15.05.29
5
+----------------
6
+
7
+Released on May 29th 2015
8
9
+- Fixed a unicode error with `PostgreSQLAdapter` introduced with 15.05
10
11
12
Version 15.05.26
13
----------------
14
setup.py
@@ -20,7 +20,7 @@
20
from setuptools import setup
21
setup(
22
name='pyDAL',
23
- version='15.05.26',
+ version='15.05.29',
24
url='https://github.com/web2py/pydal',
25
license='BSD',
26
author='Massimo Di Pierro',
0 commit comments