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
dd78dec8
Commit
dd78dec8
authored
9 years ago
by
Anand Doshi
Browse files
Options
Download
Email Patches
Plain Diff
bumped to version 6.0.3
parent
b9655817
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 @
dd78dec8
from
__future__
import
unicode_literals
__version__
=
"6.0.
2
"
__version__
=
"6.0.
3
"
This diff is collapsed.
Click to expand it.
frappe/hooks.py
View file @
dd78dec8
...
...
@@ -26,7 +26,7 @@ to ERPNext.
"""
app_icon
=
"octicon octicon-circuit-board"
app_version
=
"6.0.
2
"
app_version
=
"6.0.
3
"
app_color
=
"orange"
github_link
=
"https://github.com/frappe/frappe"
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
dd78dec8
from
setuptools
import
setup
,
find_packages
version
=
"6.0.
2
"
version
=
"6.0.
3
"
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