Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.23.0
Browse files Browse the repository at this point in the history
# [15.23.0](v15.22.3...v15.23.0) (2024-06-26)

### Bug Fixes

* ignore links while adding lending docperms to ess (backport [#1916](#1916)) ([#1919](#1919)) ([198061a](198061a))
* TypeError in Salary Slip Creation Due to Uninitialized Loans Field (backport [#1909](#1909)) ([#1922](#1922)) ([7869b4a](7869b4a))
* **UX:** validate missing Income Tax Slab in Salary Structure Assignment (backport [#1912](#1912)) ([#1915](#1915)) ([04ec743](04ec743))

### Features

* add attachment for each type of proof in income tax proof submission instead of one single attachment (backport [#1893](#1893)) ([#1921](#1921)) ([1a92a66](1a92a66))
  • Loading branch information
frappe-bot committed Jun 26, 2024
1 parent bda44b9 commit 9162d29
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.22.3"
__version__ = "15.23.0"


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

0 comments on commit 9162d29

Please sign in to comment.