Skip to content

Commit 7567898

Browse files
chore: bump template version (#1137)
1 parent baa1c9f commit 7567898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from setuptools.command.develop import develop as _develop
3030

3131
URL = 'https://github.com/SwissDataScienceCenter/renku-project-template'
32-
REFERENCE = '0.1.5'
32+
REFERENCE = '0.1.7'
3333

3434

3535
class DownloadTemplates(Command):

tests/core/commands/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'https://github.com/SwissDataScienceCenter/renku-project-template'
3535
)
3636
TEMPLATE_NAME = 'Basic Python Project'
37-
TEMPLATE_REF = '0.1.5'
37+
TEMPLATE_REF = '0.1.7'
3838
METADATA = {'name': 'myname', 'description': 'nodesc'}
3939
FAKE = 'NON_EXISTING'
4040

0 commit comments

Comments
 (0)