From 6f7a7b586fb18772f0a23ca847a1650d26856992 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 20 Nov 2024 10:25:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.35.2 ## [15.35.2](https://github.com/frappe/hrms/compare/v15.35.1...v15.35.2) (2024-11-20) ### Bug Fixes * **Additional Salary:** mapped amount gets overwritten by salary component amount (backport [#2420](https://github.com/frappe/hrms/issues/2420)) ([#2429](https://github.com/frappe/hrms/issues/2429)) ([072e953](https://github.com/frappe/hrms/commit/072e9534da21476de8e07bca78b05610b1f3940c)) * PWA translation in employee checkin and attendance request ([f03c998](https://github.com/frappe/hrms/commit/f03c998b6c81e922d4f0386781142db162d275d1)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 50541d3e90..baf1088b6f 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.35.1" +__version__ = "15.35.2" def refetch_resource(cache_key: str | list, user=None):