Skip to content

Commit 16e474b

Browse files
committed
Updated version number and changelog.
1 parent ca69e79 commit 16e474b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(

0 commit comments

Comments
 (0)