Skip to content

Commit

Permalink
Change Minor version to support for Aus companies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Apr 22, 2022
1 parent 0ae2608 commit d9f5bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qbosdk/apis/journal_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class JournalEntries(ApiBase):
"""Class for Categories APIs."""

GET_JOURNAL_ENTRIES = '/query?query=select * from JournalEntry STARTPOSITION {0} MAXRESULTS 1000'
POST_JOURNAL_ENTRY = '/journalentry?minorversion=38'
POST_JOURNAL_ENTRY = '/journalentry?minorversion=53'
DELETE_JOURNAL_ENTRY = '/journalentry?operation=delete'

def get(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='qbosdk',
version='0.13.1',
version='0.13.2',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Python SDK for accessing Quickbooks Online APIs',
Expand Down

0 comments on commit d9f5bfa

Please sign in to comment.