Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.35.0
Browse files Browse the repository at this point in the history
# [15.35.0](v15.34.0...v15.35.0) (2024-11-08)

### Bug Fixes

* 1. removed dynamic class names for attendance colours ([ad2dcbb](ad2dcbb))
* green color for present days now shows up in the attendance calender ([2dd274a](2dd274a))
* **Payroll Bank Entry:** deduct loan repayments from employee-wise accounting entries ([64f0bb8](64f0bb8))
* pwa notification logs prevent user deletion (backport [#2391](#2391)) ([#2392](#2392)) ([667e7e7](667e7e7))

### Features

* fetch default company for company filter ([af01300](af01300))
  • Loading branch information
frappe-bot committed Nov 8, 2024
1 parent 12a70c4 commit cbdeab7
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.34.0"
__version__ = "15.35.0"


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

0 comments on commit cbdeab7

Please sign in to comment.