Merge branch 'version-13' of https://github.com/frappe/frappe into version-13-pre-release

This commit is contained in:
Suraj Shetty 2021-04-04 12:28:43 +05:30
commit 6b0cef718c

View file

@ -33,7 +33,7 @@ if PY2:
reload(sys)
sys.setdefaultencoding("utf-8")
__version__ = '13.0.0-beta.11'
__version__ = '13.0.0'
__title__ = "Frappe Framework"