diff --git a/Makefile b/Makefile index 3dbeb46e..e9f3de9c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME = jobsub_lite # In most cases, these two lines should be ALL that need to be changed # Warning: Make sure there is NO trailing whitespace in either of these lines!! # Set RC to 0 for final release -VERSION = v1.5 +VERSION = v1.5.1 RC = 0 ### End expected changes diff --git a/config b/config index d5f1e183..baf3e86c 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit d5f1e183c7a57d7963eb9985bf1affa29142f5ac +Subproject commit baf3e86ced22ef6e6559764196f86069ef3af197 diff --git a/lib/version.py b/lib/version.py index 12f123d5..f8d16a89 100644 --- a/lib/version.py +++ b/lib/version.py @@ -18,7 +18,7 @@ __summary__ = "The local HTCondor job submission software for Fermilab users to submit jobs to local FermiGrid resources and to the Open Science Grid." __uri__ = "https://fifewiki.fnal.gov/wiki/Jobsub_Lite" -__version__ = "1.5" +__version__ = "1.5.1" __email__ = "jobsub-support@fnal.gov" __license__ = "Apache License, Version 2.0"