ソースを参照

chore(release): Bumped to Version 14.4.2

## [14.4.2](https://github.com/frappe/frappe/compare/v14.4.1...v14.4.2) (2022-08-24)

### Bug Fixes

* 'TopBarItem' object does not support item assignment [#17926](https://github.com/frappe/frappe/issues/17926) ([42a8203](42a8203d54))
version-14
Frappe PR Bot 2年前
コミット
4e2c226f64
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.4.1"
__version__ = "14.4.2"
__title__ = "Frappe Framework"

controllers = {}


読み込み中…
キャンセル
保存