Skip to content

Commit

Permalink
Merge pull request #233 from ej2/0.9
Browse files Browse the repository at this point in the history
0.9
  • Loading branch information
ej2 authored Jul 20, 2021
2 parents 710cfeb + d1ea91d commit 715ae3f
Show file tree
Hide file tree
Showing 16 changed files with 592 additions and 192 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

* 0.9.0 (July 20, 2021)
* Added missing TxnDate to Invoice
* Updated requirements
* Added BillRate to Vendor
* Added IsProject to Customer
* Added Refresh Token to Client Instance
* Updated Estimate and CreditMemo to use DescriptionOnlyLine
* Removed unused DescriptionLine object
* Added support for Preferences entity
* Added support for ExchangeRate entity

* 0.8.4 (October 11, 2020)
* Added support for the CreditCardPayment entity
* Updated readme
Expand Down
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ verify_ssl = true
[dev-packages]

[packages]
intuit-oauth = "==1.2.3"
rauth = ">=0.7.1"
requests = ">=2.19.1"
bleach = ">=3.3.0"
intuit-oauth = "==1.2.4"
rauth = ">=0.7.3"
requests = ">=2.26.0"
simplejson = ">=3.17.0"
six = ">=1.14.0"
nose = "*"
Expand Down
Loading

0 comments on commit 715ae3f

Please sign in to comment.