From bac499a9452636ebbc885952a5359674c4a0cc99 Mon Sep 17 00:00:00 2001 From: Edward Emanuel Date: Wed, 22 Apr 2020 17:20:33 -0500 Subject: [PATCH] Updated changelog. --- CHANGELOG.rst | 7 ++++--- setup.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9cc8f98..3f9b60d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,11 @@ 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) @@ -12,7 +13,7 @@ Changelog * 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. @@ -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 diff --git a/setup.py b/setup.py index a3c1ef3..36c6147 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*parts): version=version, author='Edward Emanuel Jr.', author_email='edward.emanuel@gmail.com', - 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'],