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