Skip to content

Commit 67141c2

Browse files
committed
Update readme and changelog
1 parent a8b5ed4 commit 67141c2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
* 0.9.11 (February 10, 2025)
5+
* Add warning for unsupported minorversion
6+
* Fix issue with new versions of jsonEncoder
7+
48
* 0.9.10 (August 7, 2024)
59
* Update intuit-oauth dependency
610
* Fix issues with Invoice Sharable Link

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ details) pass in minorversion when setting up the client:
6464
minorversion=69
6565
)
6666

67+
**Note:** Beginning August 1, 2025, Intuit will be deprecating support for minor versions 1–74. See [Intuit Blog](https://blogs.intuit.com/2025/01/21/changes-to-our-accounting-api-that-may-impact-your-application/) for more details
68+
6769
Object Operations
6870
-----------------
6971

setup.py

+1-1
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, 10)
13+
VERSION = (0, 9, 11)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(

0 commit comments

Comments
 (0)