diff --git a/CHANGES.txt b/CHANGES.txt index a7dd674..38dc056 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,4 @@ +v1.14, 2017-10-18 -- Add subscription.cancel() method. v1.13, 2017-10-18 -- Add cancel_subscription method, general request method. v1.12, 2017-09-13 -- Import OpenSSL Cryptography backend directly. v1.11, 2017-08-01 -- Update Store Builder library. diff --git a/setup.py b/setup.py index f4220bd..8c5106c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='Flask-FastSpring', - version='1.13', + version='1.14', description='FastSpring API integration for Flask', py_modules=['flask_fastspring'], install_requires=[