Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.10.0
Browse files Browse the repository at this point in the history
# [15.10.0](v15.9.2...v15.10.0) (2024-01-31)

### Bug Fixes

* background scroll ([cbed472](cbed472))
* caching of rendered job openings ([d570998](d570998))
* filter drawer content overflow ([3103da4](3103da4))
* placement of bottom bar in Filters drawer ([c522e35](c522e35))
* rendering of Create buttons for unsubmitted documents ([514dddc](514dddc))
* responsiveness for individual jobs ([b3c7a4b](b3c7a4b))
* search and pagination ([8f4a500](8f4a500))
* template generation ([bc88028](bc88028))
* typos (backport [#1351](#1351)) ([#1354](#1354)) ([44f6083](44f6083))
* utilization of space by Job Title ([e22e6d8](e22e6d8))

### Features

* add Apply Now button ([8b58a6f](8b58a6f))
* add Create button for Income Tax Slab and Salary Structure Assignment ([3934365](3934365))
* add filters for mobile ([c6c63a6](c6c63a6))
* add sorting for mobile ([d9c70d9](d9c70d9))
* **Attendance Request:**  add 'Include Holidays' checkbox (backport [#1040](#1040)) ([#1365](#1365)) ([bf492eb](bf492eb))
* **Filters Drawer:** add Close button ([d4d06a8](d4d06a8))
* make cards and general view responsive ([9c79f53](9c79f53))
* **Payroll:** Option to use Email Template when send Salary Slip email ([403ee10](403ee10))
* **Salary Component:** add Create Salary Structure button ([b4ffd3b](b4ffd3b))
* **Salary Structure:** add Create Income Tax Slab button ([1292072](1292072))
  • Loading branch information
frappe-bot committed Jan 31, 2024
1 parent 411bcd6 commit 2343741
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.9.2"
__version__ = "15.10.0"


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

0 comments on commit 2343741

Please sign in to comment.