Skip to content

Commit 855fda3

Browse files
committed
Clean up
1 parent 85e0578 commit 855fda3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ These instructions were written for a Django application. Make sure to
1111
change it to whatever framework/method you’re using.
1212
You can find additional examples of usage in `Integration tests folder`_.
1313

14+
For information about contributing, see the `Contributing Page`_.
15+
1416
QuickBooks 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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)