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 2a61514 commit 4d36919Copy full SHA for 4d36919
CHANGES
@@ -1,6 +1,15 @@
1
pydal changelog
2
===============
3
4
+Version 15.05.26
5
+----------------
6
+
7
+Released on May 26th 2015
8
9
+- Fixed `DAL.__getattr__`
10
+- Fixed backward compatibility breaks introduced with 15.05
11
12
13
Version 15.05
14
-------------
15
setup.py
@@ -20,7 +20,7 @@
20
from setuptools import setup
21
setup(
22
name='pyDAL',
23
- version='15.05',
+ version='15.05.26',
24
url='https://github.com/web2py/pydal',
25
license='BSD',
26
author='Massimo Di Pierro',
0 commit comments