Skip to content

Commit

Permalink
Update changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Aug 24, 2020
1 parent 629130b commit da4ef15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ Changelog
* 0.8.3 (August 24, 2020)
* Fixed issue with CompanyCurrency object
* Added to_ref method to the Term object
* Added to_ref method to the Invoice object
* Fixed issues with RefundReceipt
* Added RefundReceiptCheckPayment object to RefundReceipt object
* Added from_json to MetaData
* Added from_json method to MetaData
* Added SendMixin to Estimate object
* Added SendMixin to PurchaseOrder object
* Added Memo field to PurchaseOrder
* Added support for TDS (special type of tax applied to Indian companies)

* 0.8.2 (April 22nd, 2020)
* Added PrimaryTaxIdentifier to Customer object
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(*parts):
return fp.read()


VERSION = (0, 8, 2)
VERSION = (0, 8, 3)
version = '.'.join(map(str, VERSION))

setup(
Expand All @@ -33,6 +33,7 @@ def read(*parts):
'setuptools',
'intuit-oauth==1.2.3',
'rauth>=0.7.1',
'authclient',
'requests>=2.19.1',
'simplejson>=3.17.0',
'six>=1.14.0',
Expand Down

0 comments on commit da4ef15

Please sign in to comment.