Sfoglia il codice sorgente

chore(release): Bumped to Version 14.4.0

# [14.4.0](https://github.com/frappe/frappe/compare/v14.3.0...v14.4.0) (2022-08-19)

### Bug Fixes

* convert pk from db to str. ([#17876](https://github.com/frappe/frappe/issues/17876)) ([c56aed8](c56aed821f))
* pop pwd from form dict, disable auth logging (backport [#17872](https://github.com/frappe/frappe/issues/17872)) ([#17874](https://github.com/frappe/frappe/issues/17874)) ([da0c12a](da0c12ac66))

### Features

* STARTTLS  authentication for IMAP ([#17683](https://github.com/frappe/frappe/issues/17683)) ([0838584](083858483f))

### Performance Improvements

* ~65% faster `create_custom_fields` ([#17875](https://github.com/frappe/frappe/issues/17875)) ([c27e6bf](c27e6bf299))
version-14
Frappe PR Bot 2 anni fa
parent
commit
808eae5c7d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py Vedi File

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

__version__ = "14.3.0"
__version__ = "14.4.0"
__title__ = "Frappe Framework"

controllers = {}


Caricamento…
Annulla
Salva