Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.36.0
Browse files Browse the repository at this point in the history
# [15.36.0](v15.35.3...v15.36.0) (2024-12-09)

### Bug Fixes

* Apply system precision value while validating leave balance (backport [#2482](#2482)) ([#2489](#2489)) ([4d2c5f6](4d2c5f6))
* prompt user to select company for shift & attendance report creation (backport [#2461](#2461)) ([#2475](#2475)) ([2bfd0b0](2bfd0b0))
* render correct date in job listing web view (backport [#2464](#2464)) ([#2478](#2478)) ([4e2b6ea](4e2b6ea))
* **Salary Assignment:** skip warning for missing opening entries in the absence of tax components (backport [#2472](#2472)) ([#2477](#2477)) ([531d16b](531d16b))

### Features

* add Absent Days column to salary register (backport [#2485](#2485)) ([#2493](#2493)) ([67077ee](67077ee))
  • Loading branch information
frappe-bot committed Dec 9, 2024
1 parent e62e289 commit c54072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.35.3"
__version__ = "15.36.0"


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

0 comments on commit c54072e

Please sign in to comment.