소스 검색

bumped to version 10.0.0

version-14
Nabin Hait 7 년 전
부모
커밋
70ee7e8d32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py 파일 보기

@@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
from .exceptions import * from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template


__version__ = '9.2.25'
__version__ = '10.0.0'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() local = Local()


불러오는 중...
취소
저장