Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.54.0
Browse files Browse the repository at this point in the history
# [14.54.0](v14.53.0...v14.54.0) (2023-12-12)

### Bug Fixes

* 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ([#38697](#38697)) ([753a1b5](753a1b5))
* calc monthly_repayment_amount correctly in regenerate_repayment_schedule ([#38636](#38636)) ([008400d](008400d))
* format only if searched text contain link value text ([b28deaa](b28deaa))
* limit end date to current date ([cbe15e1](cbe15e1))
* typo in unittest ([#38673](#38673)) ([c87a3c7](c87a3c7))
* **ux:** don't update qty blindly (backport [#38608](#38608)) ([#38638](#38638)) ([29cd474](29cd474))

### Features

* add employee number to client user bootinfo (backport [#38477](#38477)) ([#38602](#38602)) ([c2a137f](c2a137f))

### Reverts

* Revert "refactor: bank transaction (backport #38182)" (#38653) ([7813efa](7813efa)), closes [#38182](#38182) [#38653](#38653) [#38182](#38182)
  • Loading branch information
frappe-bot committed Dec 12, 2023
1 parent e7b9620 commit 214861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.53.0"
__version__ = "14.54.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 214861d

Please sign in to comment.