File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22========
33
4+ * 0.7.0 (August 31st, 2017)
5+ * Added support for OAuth 2.0
6+ * Added command line interface for connecting to QBO.
7+ * Fixed unicode issue in 'build_where_clause' and 'where' methods.
8+ * Fixed incorrectly named field 'PurchaseTaxIncluded' on Item object.
9+ * Fixed issue with to_ref method on TaxCode.
10+ * Added DeleteMixin to JournalEntry.
11+ * Updated User-Agent.
12+
413* 0.6.1 (May 9th, 2017)
514 * Fixed issue with to_ref method on Bill object.
615 * Added DefinitionId to CustomField
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(*parts):
1010 return fp .read ()
1111
1212
13- VERSION = (0 , 6 , 1 )
13+ VERSION = (0 , 7 , 0 )
1414version = '.' .join (map (str , VERSION ))
1515
1616setup (
You can’t perform that action at this time.
0 commit comments