Skip to content

Commit 790463e

Browse files
committed
Change default version to LAST_TAG (#196)
The `release-alibuild` pipeline in Jenkins will replace this placeholder with the correct version obtained from the current tag of the master branch.
1 parent 9efa102 commit 790463e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
# Versions should comply with PEP440. For a discussion on single-sourcing
2121
# the version across setup.py and the project code, see
2222
# https://packaging.python.org/en/latest/single_source_version.html
23-
version='1.0.19',
23+
#
24+
# LAST_TAG is actually a placeholder which will be automatically replaced by
25+
# the release-alibuild pipeline in jenkins whenever we need a new release.
26+
version='LAST_TAG',
2427

2528
description='ALICE Build Tool',
2629
long_description=long_description,

0 commit comments

Comments
 (0)