Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.41.1
Browse files Browse the repository at this point in the history
## [15.41.1](v15.41.0...v15.41.1) (2024-11-07)

### Bug Fixes

* ensure list has items ([633997b](633997b))
* error when saving POS merge log ([#43989](#43989)) ([c3e61ae](c3e61ae))
* removed single quotes from deferred revenue ([#43985](#43985)) ([20033ee](20033ee))
* task showing limit in customer portal (backport [#44003](#44003)) ([#44005](#44005)) ([47a8fc2](47a8fc2))
* Update `dimension_filter_map` query ([318830c](318830c))
  • Loading branch information
frappe-bot committed Nov 7, 2024
1 parent 7d8d9cf commit 4819535
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.41.0"
__version__ = "15.41.1"


def get_default_company(user=None):
Expand Down

0 comments on commit 4819535

Please sign in to comment.