Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.47.5
Browse files Browse the repository at this point in the history
## [15.47.5](v15.47.4...v15.47.5) (2025-01-06)

### Bug Fixes

* ignore currency validation while canceling the voucher ([8076942](8076942))
* ignore party account validation while canceling the voucher ([bc0be5a](bc0be5a))
  • Loading branch information
frappe-bot committed Jan 6, 2025
1 parent c513c7f commit 08e58e1
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 @@
import frappe
from frappe.utils.user import is_website_user

__version__ = "15.47.4"
__version__ = "15.47.5"


def get_default_company(user=None):
Expand Down

0 comments on commit 08e58e1

Please sign in to comment.