We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9343476 commit 387c46cCopy full SHA for 387c46c
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.11, 2017-08-01 -- Update Store Builder library.
2
v1.10, 2017-05-26 -- Don't escape URLs in templates.
3
v1.9, 2017-05-11 -- Don't encrypt in debug mode.
4
v1.8, 2017-05-04 -- Process webhook immediately after purchase.
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.10',
+ version='1.11',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments