diff --git a/CHANGES.md b/CHANGES.md index 649b71f..47d6d49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Pyramid REST Changelog ====================== +## 3.0.3 + +* fix bug + ## 3.0.2 * fix the add_view problem when rest api is included in other diff --git a/setup.py b/setup.py index 615e93e..b68361c 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name='pyramid_georest', - version='3.0.2rc1', + version='3.0.3rc1', description='pyramid_georest, extension for pyramid web frame work to provide rest interface for sql-alchemy mappers', long_description=README + '\n\n' + CHANGES, classifiers=[