Merge branch 'hotfix' into patch-1

This commit is contained in:
Sagar Vora 2019-01-29 20:05:06 +05:30 committed by GitHub
commit c5cc95a7ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,7 @@ if sys.version[0] == '2':
reload(sys)
sys.setdefaultencoding("utf-8")
__version__ = '10.1.71'
__version__ = '11.1.0'
__title__ = "Frappe Framework"
local = Local()

View file

@ -12,7 +12,6 @@ source_link = "https://github.com/frappe/frappe"
app_license = "MIT"
develop_version = '12.x.x-develop'
staging_version = '11.1.0'
app_email = "info@frappe.io"