mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
Merge pull request #1855 from ews-pgasser/fix/update-erpnext-to-version-16
Update Frappe and ERPNext branches to version 16
This commit is contained in:
commit
bc24e3190e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"url": "https://github.com/frappe/erpnext.git",
|
"url": "https://github.com/frappe/erpnext.git",
|
||||||
"branch": "version-15"
|
"branch": "version-16"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -72,8 +72,8 @@ def get_args_parser():
|
||||||
"--frappe-branch",
|
"--frappe-branch",
|
||||||
action="store",
|
action="store",
|
||||||
type=str,
|
type=str,
|
||||||
help="frappe repo to use, default: version-15", # noqa: E501
|
help="frappe repo to use, default: version-16", # noqa: E501
|
||||||
default="version-15",
|
default="version-16",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-p",
|
"-p",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue