Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.20
Browse files Browse the repository at this point in the history
## [13.58.20](v13.58.19...v13.58.20) (2023-12-12)

### Bug Fixes

* don't stop next unattached file from being attached ([b138be8](b138be8))
* ecsape search string ([#23717](#23717)) ([#23718](#23718)) ([4a450b7](4a450b7))
* escape username on avatar control ([#23713](#23713)) ([#23714](#23714)) ([c411dc2](c411dc2))
* get users for leaderboard ([ef790d3](ef790d3))
* strip html the printview's key value ([#23606](#23606)) ([#23611](#23611)) ([9e50c9b](9e50c9b))
* undefined variable name fixed in dark.scss ([#23646](#23646)) ([5fcde3a](5fcde3a))
* Update notification_settings.js ([bfd9622](bfd9622))
  • Loading branch information
frappe-bot committed Dec 12, 2023
1 parent 93d5450 commit 86ebf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Expand Up @@ -41,7 +41,7 @@
# Lazy imports
faker = lazy_import("faker")

__version__ = "13.58.19"
__version__ = "13.58.20"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 86ebf17

Please sign in to comment.