Skip to content

Commit 0462833

Browse files
committed
Release 1.17.
1 parent 031b614 commit 0462833

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v1.17, 2018-03-19 -- Fixed synchronize method in Order and Subscription #9.
12
v1.16, 2017-10-24 -- Pass along all keyword arguments in request().
23
v1.15, 2017-10-24 -- Split mixin methods from table definitions.
34
v1.14, 2017-10-18 -- Add subscription.cancel() method.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Flask-FastSpring',
5-
version='1.16',
5+
version='1.17',
66
description='FastSpring API integration for Flask',
77
py_modules=['flask_fastspring'],
88
install_requires=[

0 commit comments

Comments
 (0)