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
7
7
* Added missing LinkedTxn to Bill object.
8
8
* Added validate_webhook_signature method on client to validate incoming webhooks.
9
9
* Improved exception handling.
10
+ * Updated SendMixin to use 'application/octet-stream' context type.
11
+ * Removed support for Python 2.6.
10
12
11
13
* 0.7.4 (March 26th, 2018)
12
14
* 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
11
11
change it to whatever framework/method you’re using.
12
12
You can find additional examples of usage in `Integration tests folder `_.
13
13
14
+ For information about contributing, see the `Contributing Page `_.
15
+
14
16
QuickBooks OAuth
15
17
------------------------------------------------
16
18
@@ -466,3 +468,4 @@ on Python 2.
466
468
467
469
.. _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
468
470
.. _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):
45
45
'License :: OSI Approved :: MIT License' ,
46
46
'Operating System :: OS Independent' ,
47
47
'Programming Language :: Python' ,
48
- 'Programming Language :: Python :: 2.6' ,
49
48
'Programming Language :: Python :: 2.7' ,
50
49
'Programming Language :: Python :: 3.3' ,
51
50
'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments