From 457340886607a1b0041d54501800111555e64c43 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 23 Jan 2025 08:43:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.49.2 ## [15.49.2](https://github.com/frappe/erpnext/compare/v15.49.1...v15.49.2) (2025-01-23) ### Bug Fixes * batch qty calculation (backport [#45367](https://github.com/frappe/erpnext/issues/45367)) ([#45388](https://github.com/frappe/erpnext/issues/45388)) ([42f7ee9](https://github.com/frappe/erpnext/commit/42f7ee905ca9a0ebfc5bfa145c7a9af8ba736307)) * JobCardTimeLog' object has no attribute 'remaining_time_in_mins' ([4542a75](https://github.com/frappe/erpnext/commit/4542a759aec98e5f4f6d91ddb1a6a819ff007b9a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 10aa99559b7..d6291128b25 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.49.1" +__version__ = "15.49.2" def get_default_company(user=None):