bumped to version 7.0.30

This commit is contained in:
Nabin Hait 2016-08-29 12:13:27 +06:00
parent 2491c3e335
commit bacd40be5f

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.0.29"
__version__ = "7.0.30"
local = Local()