Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Apr 22, 2020
1 parent d50394c commit bac499a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Changelog
=========

* 0.8.1 (September 18th, 2019)
* 0.8.2 (April 22nd, 2020)
* Added PrimaryTaxIdentifier to Customer object
* Fixed issue with PaymentMethod to_ref
* Fixed typo in EntityRef on purchase object
* Updated readme
* Updated requirements

* 0.8.1 (September 18th, 2019)
* Dropped support for Python 2.7 and 3.3
* Updated the Invoice to include an AllowOnlineCreditCardPayment attribute.
* Updated the SendMixin class to url encode input emails.

* 0.8 (June 25th, 2019)
* 0.8.0 (June 25th, 2019)
* Removed support for OAuth 1.0
* Replace OAuth Session Manager and CLI with intuit-oauth client.
* Removed disconnect_account and reconnect_account from client.
Expand Down Expand Up @@ -45,7 +46,7 @@ Changelog
* Added support for sending invoices.
* Added count to ListMixin.
* Fixed issue with PDF file attachments in Python 2.
* Removed duplicate coverage depnedency.
* Removed duplicate coverage dependency.

* 0.7.0 (August 31st, 2017)
* Added support for OAuth 2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(*parts):
version=version,
author='Edward Emanuel Jr.',
author_email='[email protected]',
description='A Python library for accessing the Quickbooks API.',
description='A Python library for accessing the QuickBooks API.',
url='https://github.com/ej2/python-quickbooks',
license='MIT',
keywords=['quickbooks', 'qbo', 'accounting'],
Expand Down

0 comments on commit bac499a

Please sign in to comment.