Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.70.0
Browse files Browse the repository at this point in the history
# [14.70.0](v14.69.0...v14.70.0) (2024-04-02)

### Bug Fixes

* advertise insights to system manager only ([9ad5e58](9ad5e58))
* incorrect status on data import (backport [#25660](#25660)) ([#25702](#25702)) ([2b35e4b](2b35e4b))
* incorrect UI icon for desc sort ([#25687](#25687)) ([#25688](#25688)) ([8042ef8](8042ef8))
* invalid filter on email acccount ([#25674](#25674)) ([#25675](#25675)) ([ca5daed](ca5daed))
* make ads translatable ([#25710](#25710)) ([53d28ad](53d28ad))
* make insights ad translatable ([85e5f2f](85e5f2f))
* Merge conflicts ([4e7dd03](4e7dd03))
* non-html notifications from files ([2aa939a](2aa939a))
* preserve original error message ([#25682](#25682)) ([#25684](#25684)) ([0737e84](0737e84))
* **query_report:** don't crash if undefined ([8f2408d](8f2408d)), closes [#25562](#25562)
* reserved keywords as col name ([#25718](#25718)) ([#25725](#25725)) ([7a99b75](7a99b75))
* translatable web footer ([7558acf](7558acf))
* Use CssParser to correctly pass options to wkhtmltopdf ([fa1f3fc](fa1f3fc))
* Use doctype setting to set auto-extracted file as private ([e939391](e939391))
* Use regex in failing test ([3d7e572](3d7e572))

### Features

* **customize_form:** allow setting `creation` as a default sort field ([#25760](#25760)) ([2b7bb06](2b7bb06))
* **notification:** specify message type (html, md, txt) ([fe6cbdd](fe6cbdd))
  • Loading branch information
frappe-bot committed Apr 2, 2024
1 parent f06e41a commit c3350b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Expand Up @@ -47,7 +47,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "14.69.0"
__version__ = "14.70.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit c3350b8

Please sign in to comment.