Skip to content

Commit

Permalink
Release 1.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Mar 19, 2018
1 parent 031b614 commit 0462833
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.17, 2018-03-19 -- Fixed synchronize method in Order and Subscription #9.
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.
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.16',
version='1.17',
description='FastSpring API integration for Flask',
py_modules=['flask_fastspring'],
install_requires=[
Expand Down

0 comments on commit 0462833

Please sign in to comment.