bumped to version 8.0.43

This commit is contained in:
Nabin Hait 2017-05-11 16:51:40 +06:00
parent c1f4fc5e29
commit bb699a23c3

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.42'
__version__ = '8.0.43'
__title__ = "Frappe Framework"
local = Local()