Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Oct 18, 2018
1 parent 85e0578 commit 855fda3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Changelog
* Added missing LinkedTxn to Bill object.
* Added validate_webhook_signature method on client to validate incoming webhooks.
* Improved exception handling.
* Updated SendMixin to use 'application/octet-stream' context type.
* Removed support for Python 2.6.

* 0.7.4 (March 26th, 2018)
* Fixed bug in SendMixin send method.
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ These instructions were written for a Django application. Make sure to
change it to whatever framework/method you’re using.
You can find additional examples of usage in `Integration tests folder`_.

For information about contributing, see the `Contributing Page`_.

QuickBooks OAuth
------------------------------------------------

Expand Down Expand Up @@ -466,3 +468,4 @@ on Python 2.

.. _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
.. _Unable to get Access tokens: https://help.developer.intuit.com/s/question/0D50f00004zqs0ACAQ/unable-to-get-access-tokens
.. _Contributing Page: https://github.com/sidecars/python-quickbooks/wiki/Contributing
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def read(*parts):
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit 855fda3

Please sign in to comment.