Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.33.2
Browse files Browse the repository at this point in the history
## [15.33.2](v15.33.1...v15.33.2) (2024-10-29)

### Bug Fixes

* **PWA:** post login redirection fails due to `default_route` conflict with other app (backport [#2351](#2351)) ([#2357](#2357)) ([69e62ce](69e62ce))
  • Loading branch information
frappe-bot committed Oct 29, 2024
1 parent 69e62ce commit 61c51b8
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.33.1"
__version__ = "15.33.2"


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

0 comments on commit 61c51b8

Please sign in to comment.