We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3763942 commit 2092645Copy full SHA for 2092645
setup.py
@@ -1,5 +1,5 @@
1
##
2
-# Copyright 2012-2014 Ghent University
+# Copyright 2012-2026 Ghent University
3
#
4
# This file is part of EasyBuild,
5
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
@@ -36,7 +36,7 @@
36
37
# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
38
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware
39
-VERSION = '5.2.0'
+VERSION = '5.2.1'
40
41
42
# Utility function to read README file
0 commit comments