Browse Source
Merge branch 'version-13-pre-release' into version-13-hotfix
version-14
Suraj Shetty
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frappe/__init__.py
|
|
@@ -34,7 +34,7 @@ if PY2: |
|
|
|
reload(sys) |
|
|
|
sys.setdefaultencoding("utf-8") |
|
|
|
|
|
|
|
__version__ = '13.1.0' |
|
|
|
__version__ = '13.1.2' |
|
|
|
|
|
|
|
__title__ = "Frappe Framework" |
|
|
|
|
|
|
|