diff --git a/Jenkinsfile b/Jenkinsfile index 0372f3a37..ff85bf796 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { BUILD_BRANCH = 'main' // Any commits to this branch will create a build in artifactory BUILD_TAG = '*-release' // Any commits tagged with this pattern will create a build in artifactory MIN_COVERAGE_PC = '0' - GITLAB_CREDS = 'epds_gitlab_token' // Credentials used for notifying GitLab of build status + GITLAB_CREDS = 'rdsa_token' // Credentials used for notifying GitLab of build status } options { diff --git a/src/_version.py b/src/_version.py index 5c4105cd3..7863915fa 100644 --- a/src/_version.py +++ b/src/_version.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2"