Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.38.2
Browse files Browse the repository at this point in the history
## [15.38.2](v15.38.1...v15.38.2) (2024-10-13)

### Bug Fixes

* don't update reference to SI / PI on advances ([8bf8bcf](8bf8bcf))
  • Loading branch information
frappe-bot committed Oct 13, 2024
1 parent 68f1b41 commit ef1e121
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.38.1"
__version__ = "15.38.2"


def get_default_company(user=None):
Expand Down

0 comments on commit ef1e121

Please sign in to comment.