Browse Source

Merge branch 'hotfix'

version-14
Rushabh Mehta 8 years ago
parent
commit
60e04c82a9
2 changed files with 1 additions and 2008 deletions
  1. +1
    -1
      frappe/__init__.py
  2. +0
    -2007
      frappe/translations/zh-cn.csv

+ 1
- 1
frappe/__init__.py View File

@@ -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__ = '8.0.48'
__version__ = '8.0.49'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() local = Local()


+ 0
- 2007
frappe/translations/zh-cn.csv
File diff suppressed because it is too large
View File


Loading…
Cancel
Save