Skip to content

Commit

Permalink
fix(cli): bump minimum version so old project properly fail (#3307)
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Grubenmann <[email protected]>
Co-authored-by: Mohammad Alisafaee <[email protected]>
  • Loading branch information
3 people authored Feb 9, 2023
1 parent f08f524 commit 6667779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renku/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__version__ = version("renku")
__template_version__ = "0.4.1"
__minimum_project_version__ = "1.7.0"
__minimum_project_version__ = "2.1.0"


def is_release():
Expand Down

0 comments on commit 6667779

Please sign in to comment.