Commit 26f1cc8b authored by Pratik Vyas's avatar Pratik Vyas
Browse files

Merge branch 'develop'

parents cc1e0dad 0eb5bdc1
Showing with 3 additions and 3 deletions
+3 -3
__version__ = "4.5.3"
__version__ = "4.5.4"
......@@ -3,7 +3,7 @@ app_title = "Frappe Framework"
app_publisher = "Web Notes Technologies Pvt. Ltd."
app_description = "Full Stack Web Application Framework in Python"
app_icon = "assets/frappe/images/frappe.svg"
app_version = "4.5.3"
app_version = "4.5.4"
app_color = "#3498db"
app_email = "support@frappe.io"
......
from setuptools import setup, find_packages
import os
version = "4.5.3"
version = "4.5.4"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment