Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.13.0
Browse files Browse the repository at this point in the history
# [14.13.0](v14.12.1...v14.13.0) (2023-10-06)

### Bug Fixes

* absent marking fails if shift's end date & actual end date are different ([d6106a3](d6106a3))
* absent marking for missing attendance dates fails for an older assignment date ([4743adf](4743adf))
* Add close button in goal view ([fc26b2d](fc26b2d))
* error while selecting an employee when `salary_slip_based_on_timesheet` is unchecked ([#936](#936)) ([ea77ff2](ea77ff2))
* handle false positive cases for shift fetching in shift boundaries ([97ada07](97ada07))
* incorrect attendance date for different start & actual start dates ([0aa31ee](0aa31ee))
* Overflow error for date operation when day changes ([dc8ad3b](dc8ad3b))
* **Payroll:** Change "Preview Salary Slips" dropdown to autocomplete (backport [#935](#935)) ([#940](#940)) ([63817f7](63817f7))
* shift fetch fails if shift's end date & actual end date are different ([7cb995e](7cb995e))
* shift fetch fails in before shift margin if shift's start & actual start date are different ([9125c75](9125c75))
* status button groups & formatting ([9370583](9370583))
* Update list view & json schema ([c7e519f](c7e519f))
* Update set_status function ([e002fa9](e002fa9))

### Features

* Add status dropdown button ([f766d1a](f766d1a))

### Performance Improvements

* use generator fn for date range to find prev/next assignment ([db5e7d8](db5e7d8))
  • Loading branch information
frappe-bot committed Oct 6, 2023
1 parent 753b29d commit 58c5027
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 +1 @@
__version__ = "14.12.1"
__version__ = "14.13.0"

0 comments on commit 58c5027

Please sign in to comment.