Skip to content

Commit

Permalink
chore: compatibiltiy for erpnext
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Dec 12, 2024
1 parent e94a082 commit 9e0febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/patches/check_version_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"app_name": "ERPNext",
"current_version": version.parse(erpnext.__version__),
"required_versions": {"version-14": "14.70.7", "version-15": "15.27.7"},
"required_versions": {"version-14": "14.70.7", "version-15": "15.45.5"},
},
]

Expand Down

0 comments on commit 9e0febc

Please sign in to comment.