Browse Source

Merge branch 'version-13-pre-release' into version-13-hotfix

version-14
Suraj Shetty 4 years ago
committed by GitHub
parent
commit
99a08b7465
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py View File

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

__version__ = '13.1.0'
__version__ = '13.1.2'

__title__ = "Frappe Framework"



Loading…
Cancel
Save