Skip to content

Commit d7c6d19

Browse files
committed
Update changelog and version
1 parent 54dfba3 commit d7c6d19

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22
=========
3+
* 0.9.7 (March 12, 2024)
4+
* Update intuit-oauth dependency
5+
* Updated CompanyCurrency to ref to use Code instead of Id
6+
* Added missing CurrentRef property from customer object
7+
* Made improvements to file attachment handling
8+
39
* 0.9.6 (January 2, 2024)
410
* Replace RAuth with requests_oauthlib
511
* Removed python 2 code from client.py

setup.py

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

1212

13-
VERSION = (0, 9, 6)
13+
VERSION = (0, 9, 7)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(
@@ -31,7 +31,7 @@ def read(*parts):
3131

3232
install_requires=[
3333
'setuptools',
34-
'intuit-oauth==1.2.4',
34+
'intuit-oauth==1.2.5',
3535
'requests_oauthlib>=1.3.1',
3636
'requests>=2.31.0',
3737
'simplejson>=3.19.1',

0 commit comments

Comments
 (0)