Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.20.3
Browse files Browse the repository at this point in the history
## [15.20.3](v15.20.2...v15.20.3) (2024-04-13)

### Bug Fixes

* do not validate batch qty for LCV (backport [#40975](#40975)) (backport [#40981](#40981)) ([#40991](#40991)) ([7d12674](7d12674))
* type of transaction validation for the stock entry (backport [#40986](#40986)) (backport [#40992](#40992)) ([#40994](#40994)) ([e07557c](e07557c))
  • Loading branch information
frappe-bot committed Apr 13, 2024
1 parent e07557c commit 2febb29
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__ = "15.20.2"
__version__ = "15.20.3"


def get_default_company(user=None):
Expand Down

0 comments on commit 2febb29

Please sign in to comment.