Merge branch 'hotfix'

This commit is contained in:
Frappe Bot 2018-11-15 11:17:59 +00:00
commit e04cd475f6
2 changed files with 2 additions and 2 deletions

View file

@ -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()

View file

@ -18,7 +18,7 @@ werkzeug
semantic_version
rauth>=0.6.2
requests
redis
redis==2.10.6
selenium
babel
ipython