diff --git a/CHANGES b/CHANGES index 0ae02846e..88d0f7d70 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ pydal changelog =============== +Version 15.02.27 +---------------- + +Released on February 27th 2015 + +- Fixed a connection bug +- Fixed a security flaw which could lead to db password storing in cache + Version 15.02 ------------- diff --git a/setup.py b/setup.py index 48a5e6f56..9a9a93181 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='pyDAL', - version='15.02', + version='15.02.27', url='https://github.com/web2py/pydal', license='BSD', author='Massimo Di Pierro',