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
4
4
* 0.8.3 (August 24, 2020)
5
5
* Fixed issue with CompanyCurrency object
6
6
* Added to_ref method to the Term object
7
+ * Added to_ref method to the Invoice object
7
8
* Fixed issues with RefundReceipt
8
9
* 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)
10
15
11
16
* 0.8.2 (April 22nd, 2020)
12
17
* Added PrimaryTaxIdentifier to Customer object
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(*parts):
10
10
return fp .read ()
11
11
12
12
13
- VERSION = (0 , 8 , 2 )
13
+ VERSION = (0 , 8 , 3 )
14
14
version = '.' .join (map (str , VERSION ))
15
15
16
16
setup (
@@ -33,6 +33,7 @@ def read(*parts):
33
33
'setuptools' ,
34
34
'intuit-oauth==1.2.3' ,
35
35
'rauth>=0.7.1' ,
36
+ 'authclient' ,
36
37
'requests>=2.19.1' ,
37
38
'simplejson>=3.17.0' ,
38
39
'six>=1.14.0' ,
You can’t perform that action at this time.
0 commit comments