Browse Source

bumped to version 13.0.3

version-14
Nabin Hait 4 years ago
parent
commit
eb73955bc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py View File

@@ -33,7 +33,7 @@ if PY2:
reload(sys) reload(sys)
sys.setdefaultencoding("utf-8") sys.setdefaultencoding("utf-8")


__version__ = '13.0.2'
__version__ = '13.0.3'


__title__ = "Frappe Framework" __title__ = "Frappe Framework"




Loading…
Cancel
Save