We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246dedf commit 08fde23Copy full SHA for 08fde23
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.8, 2017-05-04 -- Process webhook immediately after purchase.
2
v1.7, 2017-05-03 -- Prevent premature closing of popup window.
3
v1.6, 2017-04-13 -- Add secure payload support.
4
v1.5, 2017-03-02 -- Small fixes.
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.7',
+ version='1.8',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments