Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.33.0
Browse files Browse the repository at this point in the history
# [15.33.0](v15.32.2...v15.33.0) (2024-10-23)

### Bug Fixes

* **Employee Checkin:** fetch geolocation ([749ccf4](749ccf4))
* **Leave Policy Assignment:** calculation of months passed ([3c4eb4c](3c4eb4c))
* **Payroll CTC Calculation:** compute future non taxable earnings with full payment days ([5144552](5144552))
* **Shift Location:** fetch geolocation ([a17eba4](a17eba4))
* show opening balances section if employee joined after payroll period ([eaa753a](eaa753a))
* show social login icon ([5dcc21f](5dcc21f))
* total_loan_repayment field in payroll entry (backport [#2324](#2324)) ([#2326](#2326)) ([d2a693f](d2a693f))

### Features

* **PWA:** Allow login using OAuth ([5755c6c](5755c6c))
* unlink payment on cancelation of employee advance ([dfb3054](dfb3054))
  • Loading branch information
frappe-bot committed Oct 23, 2024
1 parent e169f15 commit 0155017
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.32.2"
__version__ = "15.33.0"


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

0 comments on commit 0155017

Please sign in to comment.