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
bb007240
Commit
bb007240
authored
9 years ago
by
Anand Doshi
Browse files
Options
Download
Email Patches
Plain Diff
bumped to version 6.17.2
parent
4e5a9e46
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 @
bb007240
from
__future__
import
unicode_literals
__version__
=
"6.17.
1
"
__version__
=
"6.17.
2
"
This diff is collapsed.
Click to expand it.
frappe/hooks.py
View file @
bb007240
...
...
@@ -5,7 +5,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd."
app_description
=
"Full stack web framework with Python, Javascript, MariaDB, Redis, Node"
app_icon
=
"octicon octicon-circuit-board"
app_version
=
"6.17.
1
"
app_version
=
"6.17.
2
"
app_color
=
"orange"
source_link
=
"https://github.com/frappe/frappe"
app_license
=
"MIT"
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
bb007240
from
setuptools
import
setup
,
find_packages
from
pip.req
import
parse_requirements
version
=
"6.17.
1
"
version
=
"6.17.
2
"
requirements
=
parse_requirements
(
"requirements.txt"
,
session
=
""
)
setup
(
...
...
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