diff --git a/Makefile b/Makefile index 6aa991b6..1beef836 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.7.1 +VERSION = v1.7.2 RC = 0 ### End expected changes diff --git a/config b/config index 52c28e59..facef10f 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 52c28e592ea2e915058fc70c8036668fbee3ec10 +Subproject commit facef10fbe17b22a4046daac0b73235f570405e6 diff --git a/lib/version.py b/lib/version.py index a39b1546..fad5daaf 100644 --- a/lib/version.py +++ b/lib/version.py @@ -19,7 +19,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.7.1" +__version__ = "1.7.2" __email__ = "jobsub-support@fnal.gov" __license__ = "Apache License, Version 2.0"