Skip to content

Commit

Permalink
chore: update version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit committed Oct 11, 2023
1 parent 989d015 commit 2c77aee
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.49.0"},
"required_versions": {"version-14": "14.52.0"},
},
{
"app_name": "ERPNext",
"current_version": version.parse(erpnext.__version__),
"required_versions": {"version-14": "14.35.0"},
"required_versions": {"version-14": "14.44.0"},
},
]

Expand Down

0 comments on commit 2c77aee

Please sign in to comment.