浏览代码

bumped to version 7.0.15

version-14
Nabin Hait 9 年前
父节点
当前提交
ec625b9988
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py 查看文件

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


__version__ = "7.0.14"
__version__ = "7.0.15"


local = Local() local = Local()




正在加载...
取消
保存