Skip to content

Commit 0a3940c

Browse files
authored
Merge pull request #248 from wdpypere/new_year
happy new year, 2025 for copyright
2 parents e350562 + b237083 commit 0a3940c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+54
-54
lines changed

lib/vsc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2015-2024 Ghent University
2+
# Copyright 2015-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

lib/vsc/install/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2015-2024 Ghent University
2+
# Copyright 2015-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

lib/vsc/install/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2019-2024 Ghent University
2+
# Copyright 2019-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

lib/vsc/install/commontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2014-2024 Ghent University
2+
# Copyright 2014-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

lib/vsc/install/headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2015-2024 Ghent University
2+
# Copyright 2015-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

lib/vsc/install/shared_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2011-2024 Ghent University
2+
# Copyright 2011-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
@@ -189,7 +189,7 @@ def _log(self, level, msg, args):
189189

190190
RELOAD_VSC_MODS = False
191191

192-
VERSION = '0.21.2'
192+
VERSION = '0.21.3'
193193

194194
log.info('This is (based on) vsc.install.shared_setup %s', VERSION)
195195
log.info('(using setuptools version %s located at %s)', setuptools.__version__, setuptools.__file__)

lib/vsc/install/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2014-2024 Ghent University
2+
# Copyright 2014-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

test/00-import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2016-2024 Ghent University
2+
# Copyright 2016-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2016-2024 Ghent University
2+
# Copyright 2016-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

test/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2019-2024 Ghent University
2+
# Copyright 2019-2025 Ghent University
33
#
44
# This file is part of vsc-install,
55
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),

0 commit comments

Comments
 (0)