Skip to content

Commit

Permalink
Updated version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Sep 1, 2017
1 parent ca69e79 commit 16e474b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
========

* 0.7.0 (August 31st, 2017)
* Added support for OAuth 2.0
* Added command line interface for connecting to QBO.
* Fixed unicode issue in 'build_where_clause' and 'where' methods.
* Fixed incorrectly named field 'PurchaseTaxIncluded' on Item object.
* Fixed issue with to_ref method on TaxCode.
* Added DeleteMixin to JournalEntry.
* Updated User-Agent.

* 0.6.1 (May 9th, 2017)
* Fixed issue with to_ref method on Bill object.
* Added DefinitionId to CustomField
Expand Down
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, 6, 1)
VERSION = (0, 7, 0)
version = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit 16e474b

Please sign in to comment.