diff --git a/CHANGES.txt b/CHANGES.txt index 3ee7cf8..15ea96d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,2 +1,2 @@ -v1.1, 2017-01-10 -- SQLAlchemy mixins. +v1.1, 2017-01-10 -- SQLAlchemy mixins, optional webhook. v1.0, 2017-01-09 -- Initial release. diff --git a/setup.py b/setup.py index 4225dc9..f3b1dd2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='Flask-FastSpring', - version='1.0', + version='1.1', description='FastSpring API integration for Flask', py_modules=['flask_fastspring'], install_requires=[