change version in hooks.py
This commit is contained in:
parent
66ea988230
commit
85187ab644
1 changed files with 1 additions and 3 deletions
|
|
@ -1,11 +1,9 @@
|
|||
from frappe.__version__ import __version__
|
||||
|
||||
app_name = "frappe"
|
||||
app_title = "Frappe Framework"
|
||||
app_publisher = "Web Notes Technologies Pvt. Ltd."
|
||||
app_description = "Full Stack Web Application Framwork in Python"
|
||||
app_icon = "assets/frappe/images/frappe.svg"
|
||||
app_version = __version__
|
||||
app_version = "4.1.0"
|
||||
app_color = "#3498db"
|
||||
app_email = "support@frappe.io"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue