Skip to content

Commit

Permalink
Release 1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
keosak committed Oct 24, 2017
1 parent 3c9447a commit 1eb1d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.16, 2017-10-24 -- Pass along all keyword arguments in request().
v1.15, 2017-10-24 -- Split mixin methods from table definitions.
v1.14, 2017-10-18 -- Add subscription.cancel() method.
v1.13, 2017-10-18 -- Add cancel_subscription method, general request method.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Flask-FastSpring',
version='1.15',
version='1.16',
description='FastSpring API integration for Flask',
py_modules=['flask_fastspring'],
install_requires=[
Expand Down

0 comments on commit 1eb1d3b

Please sign in to comment.