We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa1c9f commit 7567898Copy full SHA for 7567898
setup.py
@@ -29,7 +29,7 @@
29
from setuptools.command.develop import develop as _develop
30
31
URL = 'https://github.com/SwissDataScienceCenter/renku-project-template'
32
-REFERENCE = '0.1.5'
+REFERENCE = '0.1.7'
33
34
35
class DownloadTemplates(Command):
tests/core/commands/test_init.py
@@ -34,7 +34,7 @@
'https://github.com/SwissDataScienceCenter/renku-project-template'
)
36
TEMPLATE_NAME = 'Basic Python Project'
37
-TEMPLATE_REF = '0.1.5'
+TEMPLATE_REF = '0.1.7'
38
METADATA = {'name': 'myname', 'description': 'nodesc'}
39
FAKE = 'NON_EXISTING'
40
0 commit comments