We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742c528 commit 12c1a66Copy full SHA for 12c1a66
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.13, 2017-10-18 -- Add cancel_subscription method, general request method.
2
v1.12, 2017-09-13 -- Import OpenSSL Cryptography backend directly.
3
v1.11, 2017-08-01 -- Update Store Builder library.
4
v1.10, 2017-05-26 -- Don't escape URLs in templates.
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.12',
+ version='1.13',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments