Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.49.2
Browse files Browse the repository at this point in the history
## [15.49.2](v15.49.1...v15.49.2) (2025-01-23)

### Bug Fixes

* batch qty calculation (backport [#45367](#45367)) ([#45388](#45388)) ([42f7ee9](42f7ee9))
* JobCardTimeLog' object has no attribute 'remaining_time_in_mins' ([4542a75](4542a75))
  • Loading branch information
frappe-bot committed Jan 23, 2025
1 parent 94aefcc commit 4573408
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.49.1"
__version__ = "15.49.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 4573408

Please sign in to comment.