diff --git a/frappe/__init__.py b/frappe/__init__.py index 06bc102ee4..b11f10429a 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -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.0.25" +__version__ = "7.0.26" local = Local()