Skip to content

Commit

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

### Bug Fixes

* consider gle based on balances in company currency (copy [#43805](#43805)) ([#43809](#43809)) ([1c4eef2](1c4eef2))
  • Loading branch information
frappe-bot committed Oct 23, 2024
1 parent 1c4eef2 commit 188645b
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.0"
__version__ = "15.39.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 188645b

Please sign in to comment.