Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Mar 12, 2024
1 parent 54dfba3 commit d7c6d19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
=========
* 0.9.7 (March 12, 2024)
* Update intuit-oauth dependency
* Updated CompanyCurrency to ref to use Code instead of Id
* Added missing CurrentRef property from customer object
* Made improvements to file attachment handling

* 0.9.6 (January 2, 2024)
* Replace RAuth with requests_oauthlib
* Removed python 2 code from client.py
Expand Down
4 changes: 2 additions & 2 deletions 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, 9, 6)
VERSION = (0, 9, 7)
version = '.'.join(map(str, VERSION))

setup(
Expand All @@ -31,7 +31,7 @@ def read(*parts):

install_requires=[
'setuptools',
'intuit-oauth==1.2.4',
'intuit-oauth==1.2.5',
'requests_oauthlib>=1.3.1',
'requests>=2.31.0',
'simplejson>=3.19.1',
Expand Down

0 comments on commit d7c6d19

Please sign in to comment.