We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fa402 commit ecc8903Copy full SHA for ecc8903
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.7, 2017-05-03 -- Prevent premature closing of popup window.
2
v1.6, 2017-04-13 -- Add secure payload support.
3
v1.5, 2017-03-02 -- Small fixes.
4
v1.4, 2017-01-11 -- Refactor mixin timestamps.
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.6',
+ version='1.7',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments