瀏覽代碼

chore(release): Bumped to Version 14.7.0

# [14.7.0](https://github.com/frappe/frappe/compare/v14.6.0...v14.7.0) (2022-09-13)

### Bug Fixes

* coalesce `not in` queries ([#18099](https://github.com/frappe/frappe/issues/18099)) ([#18101](https://github.com/frappe/frappe/issues/18101)) ([4012d32](4012d32be6))
* erase default before adding new series-es (backport [#18080](https://github.com/frappe/frappe/issues/18080)) ([#18081](https://github.com/frappe/frappe/issues/18081)) ([78fbedb](78fbedb5c7))
* hide grid row index if table is used in column break ([#18056](https://github.com/frappe/frappe/issues/18056)) ([#18064](https://github.com/frappe/frappe/issues/18064)) ([725ad81](725ad814bc))
* **Link:** dont validate DocType when setting value ([#18069](https://github.com/frappe/frappe/issues/18069)) ([465fb85](465fb85d53))
* query parent on Dashboard Chart and number card ([19e9b3b](19e9b3bc9b))
* respect Accept headers during maintenance mode [#18057](https://github.com/frappe/frappe/issues/18057) ([#18063](https://github.com/frappe/frappe/issues/18063)) ([f6661cb](f6661cbfa0))
* set `doctype` and `name` in docinfo ([#18088](https://github.com/frappe/frappe/issues/18088)) ([#18092](https://github.com/frappe/frappe/issues/18092)) ([46f9e09](46f9e09deb))

### Features

* Improved RQ monitoring and control with virtual doctypes (backport [#18086](https://github.com/frappe/frappe/issues/18086)) ([#18090](https://github.com/frappe/frappe/issues/18090)) ([11fa486](11fa48694c))
version-14
Frappe PR Bot 2 年之前
父節點
當前提交
6fe86b467c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py 查看文件

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

__version__ = "14.6.0"
__version__ = "14.7.0"
__title__ = "Frappe Framework"

controllers = {}


Loading…
取消
儲存