Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.39.3
Browse files Browse the repository at this point in the history
## [15.39.3](v15.39.2...v15.39.3) (2024-10-24)

### Bug Fixes

* Unnecessary validation for non deferred sales invoices ([#43816](#43816)) ([a79bc4d](a79bc4d))
  • Loading branch information
frappe-bot committed Oct 24, 2024
1 parent 3df68e4 commit f48ce90
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.39.2"
__version__ = "15.39.3"


def get_default_company(user=None):
Expand Down

0 comments on commit f48ce90

Please sign in to comment.