Parcourir la source

chore(release): Bumped to Version 14.4.3

## [14.4.3](https://github.com/frappe/frappe/compare/v14.4.2...v14.4.3) (2022-08-26)

### Bug Fixes

* don't attempt to delete workspace in prod ([#17975](https://github.com/frappe/frappe/issues/17975)) ([8f4e51c](8f4e51ceeb))
version-14
Frappe PR Bot il y a 2 ans
Parent
révision
a5df188ada
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py Voir le fichier

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

__version__ = "14.4.2"
__version__ = "14.4.3"
__title__ = "Frappe Framework"

controllers = {}


Chargement…
Annuler
Enregistrer