Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.2
Browse files Browse the repository at this point in the history
## [13.58.2](v13.58.1...v13.58.2) (2023-07-18)

### Performance Improvements

* lazy load sidebar tag stats (backport [#21683](#21683)) ([#21684](#21684)) ([bd1df7a](bd1df7a))
  • Loading branch information
frappe-bot committed Jul 18, 2023
1 parent 0c961eb commit f3086fd
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 @@ -41,7 +41,7 @@
# Lazy imports
faker = lazy_import("faker")

__version__ = "13.58.1"
__version__ = "13.58.2"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit f3086fd

Please sign in to comment.