Skip to content

Commit 6943dec

Browse files
committedJul 9, 2024
0.9.9 release update
1 parent 63be98d commit 6943dec

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed
 

‎CHANGELOG.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Changelog
22
=========
33

4-
* 0.9.8 (July 9, 2024)
5-
* Added ItemAccountRef to SalesItemLineDetail
6-
* Updated from_json example in readme
4+
* 0.9.9 (July 9, 2024)
75
* Removed simplejson
86
* Added use_decimal option (See PR: https://github.com/ej2/python-quickbooks/pull/356 for details)
97

8+
* 0.9.8 (May 20, 2024)
9+
* Added ItemAccountRef to SalesItemLineDetail
10+
* Updated from_json example in readme
11+
1012
* 0.9.7 (March 12, 2024)
1113
* Update intuit-oauth dependency
1214
* Updated CompanyCurrency to ref to use Code instead of Id

‎Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ urllib3 = ">=2.1.0"
1414
intuit-oauth = "==1.2.5"
1515
requests = ">=2.31.0"
1616
requests_oauthlib = ">=1.3.1"
17+
setuptools = "*"

‎Pipfile.lock

+10-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

1616
setup(

0 commit comments

Comments
 (0)