File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Changelog
77 * Added missing LinkedTxn to Bill object.
88 * Added validate_webhook_signature method on client to validate incoming webhooks.
99 * Improved exception handling.
10+ * Updated SendMixin to use 'application/octet-stream' context type.
11+ * Removed support for Python 2.6.
1012
1113* 0.7.4 (March 26th, 2018)
1214 * Fixed bug in SendMixin send method.
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ These instructions were written for a Django application. Make sure to
1111change it to whatever framework/method you’re using.
1212You can find additional examples of usage in `Integration tests folder `_.
1313
14+ For information about contributing, see the `Contributing Page `_.
15+
1416QuickBooks OAuth
1517------------------------------------------------
1618
@@ -466,3 +468,4 @@ on Python 2.
466468
467469.. _OAuth 1.0 vs. OAuth 2.0 : https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000500_authentication_and_authorization/0010_oauth_1.0a_vs_oauth_2.0_apps
468470.. _Unable to get Access tokens : https://help.developer.intuit.com/s/question/0D50f00004zqs0ACAQ/unable-to-get-access-tokens
471+ .. _Contributing Page : https://github.com/sidecars/python-quickbooks/wiki/Contributing
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ def read(*parts):
4545 'License :: OSI Approved :: MIT License' ,
4646 'Operating System :: OS Independent' ,
4747 'Programming Language :: Python' ,
48- 'Programming Language :: Python :: 2.6' ,
4948 'Programming Language :: Python :: 2.7' ,
5049 'Programming Language :: Python :: 3.3' ,
5150 'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments