Browse Source

bumped to version 6.27.24

version-14
Anand Doshi 9 years ago
parent
commit
31e6e95b9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py View File

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

__version__ = "6.27.23"
__version__ = "6.27.24"

local = Local()



Loading…
Cancel
Save