Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.36.3
Browse files Browse the repository at this point in the history
## [14.36.3](v14.36.2...v14.36.3) (2023-05-24)

### Bug Fixes

* setup wizard recursion in routing ([#21101](#21101)) ([#21102](#21102)) ([#21103](#21103)) ([af236ef](af236ef))
  • Loading branch information
frappe-bot committed May 24, 2023
1 parent af236ef commit 52540bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "14.36.2"
__version__ = "14.36.3"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit 52540bc

Please sign in to comment.