Skip to content

Commit 2a9180f

Browse files
committed
chore(release): Bumped to Version 16.4.5
## [16.4.5](v16.4.4...v16.4.5) (2026-03-25) ### Bug Fixes * add and save holidays in the holiday list ([6f72ada](6f72ada)) * add required designation ([9be91bb](9be91bb)) * commit after batch (had lost the indent because of the flag) ([25785c1](25785c1)) * create designations ([a90918b](a90918b)) * create persistent records for leave block list ([951568b](951568b)) * don't submit non-submittable doctype ([51260f4](51260f4)) * **expense_claim:** filter reimbursed payment entry ([a28074a](a28074a)) * explicit None type check ([9beb56b](9beb56b)) * flaky test ([9a84722](9a84722)) * hardcode default value for company/currency ([01500e4](01500e4)) * keep default float precision as 2 ([8e8e72e](8e8e72e)) * modify voucher type based on account type ([05137a9](05137a9)) * precision in project profitability ([cf81309](cf81309)) * set company list, lost it while resolving merge conflicts ([1bde09b](1bde09b)) * set correct company value ([a653db5](a653db5)) * set country for regional method overrides ([ed8846f](ed8846f)) * test employee reminders setup ([f562dfa](f562dfa)) * use background job to bulk mark attendance for more than 10 records ([c9ea710](c9ea710))
1 parent ea7522d commit 2a9180f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hrms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "16.4.4"
3+
__version__ = "16.4.5"
44

55

66
def refetch_resource(cache_key: str | list, user=None):

0 commit comments

Comments
 (0)