bumped to version 8.0.25

This commit is contained in:
Nabin Hait 2017-04-25 21:15:33 +06:00
parent 3669c7ae20
commit c2daa8fcef

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__ = '8.0.24'
__version__ = '8.0.25'
__title__ = "Frappe Framework"
local = Local()