From 61c51b8cafed3c2382894895417500323e704799 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 29 Oct 2024 11:45:03 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.33.2 ## [15.33.2](https://github.com/frappe/hrms/compare/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](https://github.com/frappe/hrms/issues/2351)) ([#2357](https://github.com/frappe/hrms/issues/2357)) ([69e62ce](https://github.com/frappe/hrms/commit/69e62cedcb181d624e0768da49c552fda135636d)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 1ab6f6db81..edb371c494 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.33.1" +__version__ = "15.33.2" def refetch_resource(cache_key: str | list, user=None):