Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.47.2
Browse files Browse the repository at this point in the history
## [15.47.2](frappe/frappe@v15.47.1...v15.47.2) (2024-11-12)

### Bug Fixes

* Arabic translations ([f92dc50](frappe@f92dc50))
* Bosnian translations ([66e0985](frappe@66e0985))
* check app logo from website settings before checking navbar settings ([3db7f7a](frappe@3db7f7a))
* Chinese Simplified translations ([134162b](frappe@134162b))
* Esperanto translations ([9d28b5f](frappe@9d28b5f))
* frappecloud billing api helper ([46ca6c6](frappe@46ca6c6))
* French translations ([6f5b6dc](frappe@6f5b6dc))
* German translations ([268e94d](frappe@268e94d))
* Hungarian translations ([a39066d](frappe@a39066d))
* **list_view:** check that a title field is set before trying to use it ([59d1e1a](frappe@59d1e1a))
* **new-site:** `mariadb_user_host_login_scope` was broken since it was added ([ec3760a](frappe@ec3760a))
* newsletter scheduling mail ([frappe#28397](frappe#28397)) ([frappe#28398](frappe#28398)) ([bf68e7c](frappe@bf68e7c))
* Persian translations ([cb10f46](frappe@cb10f46))
* Polish translations ([c032e96](frappe@c032e96))
* removed saas_billing_base_url used for testing ([d25f5c4](frappe@d25f5c4))
* Russian translations ([5b12672](frappe@5b12672))
* Spanish translations ([1faa945](frappe@1faa945))
* Swedish translations ([e140d10](frappe@e140d10))
* sync translations from crowdin ([frappe#28381](frappe#28381)) ([9819bf5](frappe@9819bf5))
* Turkish translations ([416cc2c](frappe@416cc2c))
* use get_email_template to support html template in workflow email ([d062072](frappe@d062072))
* **Webhook:** highlighting  for JSON Request Body (backport [frappe#28313](frappe#28313)) ([frappe#28320](frappe#28320)) ([826a312](frappe@826a312))

### Performance Improvements

* removed redundant calls of get_apps, default_workspace ([cac0798](frappe@cac0798))
  • Loading branch information
frappe-bot authored and metalmon committed Nov 16, 2024
1 parent 11d0027 commit ae2a93b
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 @@ -50,7 +50,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "15.47.1"
__version__ = "15.47.2"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit ae2a93b

Please sign in to comment.