Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.15.0
Browse files Browse the repository at this point in the history
# [15.15.0](v15.14.2...v15.15.0) (2024-03-27)

### Bug Fixes

* add filter for employee in vehicle log (backport [#1571](#1571)) ([#1582](#1582)) ([3d6f333](3d6f333))
* blue color tap highlighting (backport [#1589](#1589)) ([#1593](#1593)) ([affdd4e](affdd4e))
* bold in group by and options mapping (backport [#1564](#1564)) ([#1580](#1580)) ([5f917ce](5f917ce))
* calculate lwp based on LA for leave types including holidays on salary slip ([#1574](#1574)) ([03995bf](03995bf))
* incorrect IFSC codes in bank remittance report (backport [#1538](#1538)) ([#1584](#1584)) ([920e8f4](920e8f4))

### Features

* **PWA:** allow adding attachments in Leave & Advances (backport [#1591](#1591)) ([#1592](#1592)) ([05d5844](05d5844))
  • Loading branch information
frappe-bot committed Mar 27, 2024
1 parent 69df308 commit a904827
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.14.2"
__version__ = "15.15.0"


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

0 comments on commit a904827

Please sign in to comment.