Skip to content

Commit f843c76

Browse files
committed
Release 1.19
1 parent 8474131 commit f843c76

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.19, 2024-11-04 -- Remove dependency on psycopg2.
12
v1.18, 2024-01-15 -- Fixed Markup import.
23
v1.17, 2018-03-19 -- Fixed synchronize method in Order and Subscription #9.
34
v1.16, 2017-10-24 -- Pass along all keyword arguments in request().

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.18',
5+
version='1.19',
66
description='FastSpring API integration for Flask',
77
py_modules=['flask_fastspring'],
88
install_requires=[

0 commit comments

Comments
 (0)