Browse Source

chore: Bump version to v14

version-14
Suraj Shetty 2 years ago
parent
commit
5ff15f3026
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py View File

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

__version__ = "14.0.0-dev"
__version__ = "14.0.0"
__title__ = "Frappe Framework"

controllers = {}


Loading…
Cancel
Save