bumped to version 7.2.26

This commit is contained in:
Nabin Hait 2017-03-02 18:33:33 +06:00
parent cc12dc033e
commit dc35c1ddba

View file

@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '7.2.25'
__version__ = '7.2.26'
__title__ = "Frappe Framework"
local = Local()