File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
1414version = '.' .join (map (str , VERSION ))
1515
1616setup (
@@ -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' ,
You can’t perform that action at this time.
0 commit comments