Browse Source

chore(release): Bumped to Version 14.4.1

## [14.4.1](https://github.com/frappe/frappe/compare/v14.4.0...v14.4.1) (2022-08-23)

### Bug Fixes

* make fields that needs to be updated from UI read_only ([78c0e70](78c0e705e4))
* Turkey number format corrected ([#17886](https://github.com/frappe/frappe/issues/17886)) ([#17889](https://github.com/frappe/frappe/issues/17889)) ([44cbb71](44cbb7155c))
* update public workspace name with json file ([4277c27](4277c27d3c))

### Performance Improvements

* ~45% faster Desk first response (backport [#17891](https://github.com/frappe/frappe/issues/17891)) ([#17897](https://github.com/frappe/frappe/issues/17897)) ([8f98698](8f986983ac))
* install hiredis for faster response parsing ([#17893](https://github.com/frappe/frappe/issues/17893)) ([#17896](https://github.com/frappe/frappe/issues/17896)) ([0cba16e](0cba16eb11))
version-14
Frappe PR Bot 2 years ago
parent
commit
7f3044ae01
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.4.0"
__version__ = "14.4.1"
__title__ = "Frappe Framework"

controllers = {}


Loading…
Cancel
Save