Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
仰若水
frappe
Commits
26f1cc8b
Commit
26f1cc8b
authored
10 years ago
by
Pratik Vyas
Browse files
Options
Download
Plain Diff
Merge branch 'develop'
parents
cc1e0dad
0eb5bdc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
frappe/__version__.py
+1
-1
frappe/__version__.py
frappe/hooks.py
+1
-1
frappe/hooks.py
setup.py
+1
-1
setup.py
with
3 additions
and
3 deletions
+3
-3
frappe/__version__.py
View file @
26f1cc8b
__version__
=
"4.5.
3
"
__version__
=
"4.5.
4
"
This diff is collapsed.
Click to expand it.
frappe/hooks.py
View file @
26f1cc8b
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
26f1cc8b
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
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help