bumped to version 7.0.9

This commit is contained in:
Rushabh Mehta 2016-07-28 11:47:38 +06:00
parent 83eee92692
commit b84e1bbaac

View file

@ -13,7 +13,7 @@ import os, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = "7.0.8"
__version__ = "7.0.9"
local = Local()