Explorar el Código

bumped to version 8.2.5

version-14
Saurabh hace 8 años
padre
commit
5036cafb98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py Ver fichero

@@ -14,7 +14,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__ = '8.2.4'
__version__ = '8.2.5'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() local = Local()


Cargando…
Cancelar
Guardar