Explorar el Código

chore(release): Bumped to Version 14.2.0

# [14.2.0](https://github.com/frappe/frappe/compare/v14.1.0...v14.2.0) (2022-08-13)

### Bug Fixes

* get single doc using client.get ([#17817](https://github.com/frappe/frappe/issues/17817)) ([#17819](https://github.com/frappe/frappe/issues/17819)) ([f57a953](f57a953b8b))

### Features

* Webform Success Page and some customization options (backport [#17790](https://github.com/frappe/frappe/issues/17790)) ([#17809](https://github.com/frappe/frappe/issues/17809)) ([81e23e8](81e23e8862))
version-14
Frappe PR Bot hace 2 años
padre
commit
72555b8832
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py Ver fichero

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

__version__ = "14.1.0"
__version__ = "14.2.0"
__title__ = "Frappe Framework"

controllers = {}


Cargando…
Cancelar
Guardar