Skip to content

Commit c2648d1

Browse files
committed
Updated changelog and version number.
1 parent 4f094d1 commit c2648d1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Changelog
22
========
33

4-
* 0.3.13 (June 15, 2016)
5-
* Fixed issue with PurchaseEx on Purchase
4+
* 0.4.0 (June 15, 2016)
5+
* Added a way of disconnecting a Quickbooks Account to client.
6+
* Added support for Quickbooks Reports.
7+
* Added support for Quickbooks Attachments.
68
* Added missing object names to isvalid_object_name.
9+
* Fixed issue with PurchaseEx on Purchase
710
* Removed CompanyInfo from object names used by isvalid_object_name.
811
* Changed default of TxnSource to None on the following objects: Deposit, Purchase, RefundReceipt, and Transfer.
912
* Changed TxnTaxDetail from a QuickbooksManagedObject to a QuickbooksBaseObject.
10-
* Added a way of disconnecting a Quickbooks Account to client.
11-
* Added support for Quickbooks Reports.
12-
* Added support for Quickbooks Attachments.
1313

1414
* 0.3.13 (May 18, 2016)
1515
* Added option to enable or disable singeton pattern (it defaults to disabled).

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, 3, 13)
13+
VERSION = (0, 4, 0)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(

0 commit comments

Comments
 (0)