Skip to content

Commit 6667779

Browse files
PanaetiusRalf Grubenmannmohammad-alisafaee
authored
fix(cli): bump minimum version so old project properly fail (#3307)
Co-authored-by: Ralf Grubenmann <ralf.grubenmann@gmail.com> Co-authored-by: Mohammad Alisafaee <mohammad.alisafaee@epfl.ch>
1 parent f08f524 commit 6667779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renku/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__version__ = version("renku")
2828
__template_version__ = "0.4.1"
29-
__minimum_project_version__ = "1.7.0"
29+
__minimum_project_version__ = "2.1.0"
3030

3131

3232
def is_release():

0 commit comments

Comments
 (0)