We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94cf8b commit b24112eCopy full SHA for b24112e
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.10, 2017-05-26 -- Don't escape URLs in templates.
2
v1.9, 2017-05-11 -- Don't encrypt in debug mode.
3
v1.8, 2017-05-04 -- Process webhook immediately after purchase.
4
v1.7, 2017-05-03 -- Prevent premature closing of popup window.
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.9',
+ version='1.10',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments