Skip to content

Commit

Permalink
Merge pull request #1279 from resilient-tech/mergify/bp/version-15-ho…
Browse files Browse the repository at this point in the history
…tfix/pr-1277

fix: update minimum versions (backport #1277)
  • Loading branch information
sagarvora authored Nov 17, 2023
2 parents 48a561b + 4c2a4e1 commit 60e0710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions india_compliance/patches/check_version_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
{
"app_name": "Frappe",
"current_version": version.parse(frappe.__version__),
"required_versions": {"version-14": "14.42.0", "version-15": "15.1.0"},
"required_versions": {"version-14": "14.54.0", "version-15": "15.1.0"},
},
{
"app_name": "ERPNext",
"current_version": version.parse(erpnext.__version__),
"required_versions": {"version-14": "14.32.0", "version-15": "15.0.0"},
"required_versions": {"version-14": "14.45.1", "version-15": "15.2.0"},
},
]

Expand Down

0 comments on commit 60e0710

Please sign in to comment.