Explorar el Código

bumped to version 7.0.12

version-14
Nabin Hait hace 9 años
padre
commit
26a6c31bf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py Ver fichero

@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import * from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template from .utils.jinja import get_jenv, get_template, render_template


__version__ = "7.0.11"
__version__ = "7.0.12"


local = Local() local = Local()




Cargando…
Cancelar
Guardar