Skip to content

Commit bac499a

Browse files
committed
Updated changelog.
1 parent d50394c commit bac499a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
Changelog
22
=========
33

4-
* 0.8.1 (September 18th, 2019)
4+
* 0.8.2 (April 22nd, 2020)
55
* Added PrimaryTaxIdentifier to Customer object
66
* Fixed issue with PaymentMethod to_ref
77
* Fixed typo in EntityRef on purchase object
8+
* Updated readme
89
* Updated requirements
910

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

15-
* 0.8 (June 25th, 2019)
16+
* 0.8.0 (June 25th, 2019)
1617
* Removed support for OAuth 1.0
1718
* Replace OAuth Session Manager and CLI with intuit-oauth client.
1819
* Removed disconnect_account and reconnect_account from client.
@@ -45,7 +46,7 @@ Changelog
4546
* Added support for sending invoices.
4647
* Added count to ListMixin.
4748
* Fixed issue with PDF file attachments in Python 2.
48-
* Removed duplicate coverage depnedency.
49+
* Removed duplicate coverage dependency.
4950

5051
* 0.7.0 (August 31st, 2017)
5152
* Added support for OAuth 2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(*parts):
1818
version=version,
1919
author='Edward Emanuel Jr.',
2020
author_email='[email protected]',
21-
description='A Python library for accessing the Quickbooks API.',
21+
description='A Python library for accessing the QuickBooks API.',
2222
url='https://github.com/ej2/python-quickbooks',
2323
license='MIT',
2424
keywords=['quickbooks', 'qbo', 'accounting'],

0 commit comments

Comments
 (0)