We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9447a commit 1eb1d3bCopy full SHA for 1eb1d3b
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.16, 2017-10-24 -- Pass along all keyword arguments in request().
2
v1.15, 2017-10-24 -- Split mixin methods from table definitions.
3
v1.14, 2017-10-18 -- Add subscription.cancel() method.
4
v1.13, 2017-10-18 -- Add cancel_subscription method, general request method.
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.15',
+ version='1.16',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments