We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8474131 commit f843c76Copy full SHA for f843c76
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.19, 2024-11-04 -- Remove dependency on psycopg2.
2
v1.18, 2024-01-15 -- Fixed Markup import.
3
v1.17, 2018-03-19 -- Fixed synchronize method in Order and Subscription #9.
4
v1.16, 2017-10-24 -- Pass along all keyword arguments in request().
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.18',
+ version='1.19',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments