Skip to content

Commit

Permalink
0.9.9 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Jul 9, 2024
1 parent 63be98d commit 6943dec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Changelog
=========

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

* 0.9.8 (May 20, 2024)
* Added ItemAccountRef to SalesItemLineDetail
* Updated from_json example in readme

* 0.9.7 (March 12, 2024)
* Update intuit-oauth dependency
* Updated CompanyCurrency to ref to use Code instead of Id
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ urllib3 = ">=2.1.0"
intuit-oauth = "==1.2.5"
requests = ">=2.31.0"
requests_oauthlib = ">=1.3.1"
setuptools = "*"
11 changes: 10 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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, 8)
VERSION = (0, 9, 9)
version = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit 6943dec

Please sign in to comment.