Skip to content

Commit da4ef15

Browse files
committed
Update changelog and version number.
1 parent 629130b commit da4ef15

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ Changelog
44
* 0.8.3 (August 24, 2020)
55
* Fixed issue with CompanyCurrency object
66
* Added to_ref method to the Term object
7+
* Added to_ref method to the Invoice object
78
* Fixed issues with RefundReceipt
89
* Added RefundReceiptCheckPayment object to RefundReceipt object
9-
* Added from_json to MetaData
10+
* Added from_json method to MetaData
11+
* Added SendMixin to Estimate object
12+
* Added SendMixin to PurchaseOrder object
13+
* Added Memo field to PurchaseOrder
14+
* Added support for TDS (special type of tax applied to Indian companies)
1015

1116
* 0.8.2 (April 22nd, 2020)
1217
* Added PrimaryTaxIdentifier to Customer object

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(*parts):
1010
return fp.read()
1111

1212

13-
VERSION = (0, 8, 2)
13+
VERSION = (0, 8, 3)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(
@@ -33,6 +33,7 @@ def read(*parts):
3333
'setuptools',
3434
'intuit-oauth==1.2.3',
3535
'rauth>=0.7.1',
36+
'authclient',
3637
'requests>=2.19.1',
3738
'simplejson>=3.17.0',
3839
'six>=1.14.0',

0 commit comments

Comments
 (0)