瀏覽代碼

bumped to version 10.0.2

version-14
Nabin Hait 7 年之前
父節點
當前提交
8a78f40f21
共有 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__ = '10.0.1'
__version__ = '10.0.2'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() local = Local()


Loading…
取消
儲存