Skip to content

Commit 2f1ed5e

Browse files
committed
Updated changelog and version number.
1 parent ff3e741 commit 2f1ed5e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,16 @@ Changelog
55
* Added ability to query current user.
66
* Added support to reconnect an account.
77
* Added to_ref method to Bill object.
8+
* Added to_ref method to TaxCode.
89
* Added date and datetime format helper functions.
9-
* Updated default values on Transfer.
1010
* Fixed issues creating notes with Attachable.
11-
* Fixed issues with default values on Deposit.
12-
* Fixed issues with default values on Emloyee.
13-
* Fixed issues with default values on TimeActivity.
14-
* Fixed issues with default values on Term.
15-
* Fixed issues with default values on TaxService and TaxRateDetails.
11+
* Fixed issues with default values on the following objects: Deposit, Employee, Estimate, TimeActivity, Term, Transfer, TaxService and TaxRateDetails
1612
* Fixed issues that prevented save from working on TaxService.
1713
* Removed unsupported save method from TaxRate.
1814
* Removed unsupported save method from TaxCode.
19-
* Added to_ref method to TaxCode.
20-
* Fixed issues with default values on Estimate.
2115
* Fixed issues loading detail lines on the following objects: JournalEntry, CreditMemo, Bill, Purchase and PurchaseOrder.
22-
* Corrected spelling of object SaleItemLine to SalesItemLine.
2316
* Removed the following objects: CreditMemoLine, BillLine, JournalEntryLine, PurchaseLine, and PurchaseOrderLine.
17+
* Corrected spelling of object SaleItemLine to SalesItemLine.
2418

2519

2620
* 0.4.0 (June 15, 2016)

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

1616
setup(

0 commit comments

Comments
 (0)