Merge branch 'hotfix'
This commit is contained in:
commit
e04cd475f6
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
|
|||
from .exceptions import *
|
||||
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template
|
||||
|
||||
__version__ = '10.1.61'
|
||||
__version__ = '10.1.62'
|
||||
__title__ = "Frappe Framework"
|
||||
|
||||
local = Local()
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ werkzeug
|
|||
semantic_version
|
||||
rauth>=0.6.2
|
||||
requests
|
||||
redis
|
||||
redis==2.10.6
|
||||
selenium
|
||||
babel
|
||||
ipython
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue