Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.55.0
Browse files Browse the repository at this point in the history
# [13.55.0](v13.54.14...v13.55.0) (2023-12-05)

### Bug Fixes

* consider the `Valuation Method` while picking incorrect SLE (backport [#38592](#38592)) ([#38596](#38596)) ([1b78dd1](1b78dd1))
* make create button translatable (backport [#38165](#38165)) ([#38412](#38412)) ([bd371e6](bd371e6))
* show difference amount in default currency ([6f44a16](6f44a16))
* update voucher currency for allocated entry ([3dfc145](3dfc145))

### Features

* `Company` filter in `Stock Ledger Variance` report (backport [#38553](#38553)) ([#38575](#38575)) ([77e01eb](77e01eb))
* add currency column for allocated entries ([835c85a](835c85a))
  • Loading branch information
frappe-bot committed Dec 5, 2023
1 parent 6e25a51 commit b622951
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 @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.54.14"
__version__ = "13.55.0"


def get_default_company(user=None):
Expand Down

0 comments on commit b622951

Please sign in to comment.