From e97a7a4f4c3a32dbe5e0ff67fb03b414d5c087fd Mon Sep 17 00:00:00 2001 From: Fernando Santoro Date: Mon, 13 May 2024 14:24:13 -0400 Subject: [PATCH] Fix: Python release version tag --- python/MDSplus/_version.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/MDSplus/_version.py.in b/python/MDSplus/_version.py.in index 868878b7f7..970d9fd949 100644 --- a/python/MDSplus/_version.py.in +++ b/python/MDSplus/_version.py.in @@ -1,3 +1,3 @@ version = (@RELEASE_MAJOR@, @RELEASE_MINOR@, @RELEASE_RELEASE@) -release_tag = "@RELEASE_BRANCH@_release_@RELEASE_MAJOR@.@RELEASE_MINOR@.@RELEASE_RELEASE@" +release_tag = "@RELEASE_BRANCH@_release-@RELEASE_MAJOR@-@RELEASE_MINOR@-@RELEASE_RELEASE@" release_date = "@RELEASE_DATE@"