Browse Source

chore(release): Bumped to Version 14.9.0

# [14.9.0](https://github.com/frappe/frappe/compare/v14.8.0...v14.9.0) (2022-09-27)

### Bug Fixes

* add string to translate function onboarding widget ([#18185](https://github.com/frappe/frappe/issues/18185)) ([#18196](https://github.com/frappe/frappe/issues/18196)) ([f5eb79d](f5eb79d5ed))
* chart label not being translated ([#18212](https://github.com/frappe/frappe/issues/18212)) ([#18228](https://github.com/frappe/frappe/issues/18228)) ([2c54c50](2c54c50ea9)), closes [#39](https://github.com/frappe/frappe/issues/39)
* converting datepart and timepart to strings for Combinedatetime ([1ebda94](1ebda943a6))
* correctly order args and kwargs ([d7ac98b](d7ac98bb6f))
* filter out inactive workers ([#18200](https://github.com/frappe/frappe/issues/18200)) ([#18208](https://github.com/frappe/frappe/issues/18208)) ([877239f](877239fb36))
* format_time instead of format_datetime, test was failing! ([5d697a2](5d697a22ac))
* make module to export required. ([#18204](https://github.com/frappe/frappe/issues/18204)) ([#18218](https://github.com/frappe/frappe/issues/18218)) ([eac0a91](eac0a917f0))
* pypika does not parse datetime.time ([b8f5a43](b8f5a4304c))
* remove mariadb specific comments from column ([fd25bc5](fd25bc533f))
* style - imports sort order fixed ([c3562c6](c3562c643a))
* style, linter issues ([c01262a](c01262ad02))
* **style:** linter issues ([e231e1b](e231e1b0ea))

### Features

* custom info in frappe monitor (backport [#18214](https://github.com/frappe/frappe/issues/18214)) ([#18216](https://github.com/frappe/frappe/issues/18216)) ([a14f4a9](a14f4a9fb1))

### Performance Improvements

* cache `Meta` directly and other improvements (backport [#18164](https://github.com/frappe/frappe/issues/18164)) ([#18181](https://github.com/frappe/frappe/issues/18181)) ([2de5c91](2de5c91fab)), closes [#18186](https://github.com/frappe/frappe/issues/18186) [#18182](https://github.com/frappe/frappe/issues/18182) [#18165](https://github.com/frappe/frappe/issues/18165)
* send all translations for setup wizard ([#18226](https://github.com/frappe/frappe/issues/18226)) ([#18227](https://github.com/frappe/frappe/issues/18227)) ([da6800a](da6800a0dc))
version-14
Frappe PR Bot 2 years ago
parent
commit
64e613b605
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py View File

@@ -42,7 +42,7 @@ from .utils.jinja import (
)
from .utils.lazy_loader import lazy_import

__version__ = "14.8.0"
__version__ = "14.9.0"
__title__ = "Frappe Framework"

controllers = {}


Loading…
Cancel
Save