diff --git a/CHANGES.md b/CHANGES.md index cca8835..386cbe5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Pyramid REST Changelog ====================== +## 3.1.0-rc5 + +* fix extensive logging on connection + ## 3.1.0-rc4 * fix paging which was called in wrong order for LIMIT and OFFSET diff --git a/setup.py b/setup.py index 4c5932b..6d6a60b 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name='pyramid_georest', - version='3.1.0-rc4', + version='3.1.0-rc5', description='pyramid_georest, extension for pyramid web frame work to provide rest interface for ' 'sql-alchemy mappers', long_description=README + '\n\n' + CHANGES,