diff --git a/Makefile b/Makefile index 97f82d2e..553cde0f 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.8 +VERSION = v1.8.1 RC = 0 ### End expected changes diff --git a/config b/config index a6ee8c67..ddb1ef36 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit a6ee8c674d41d8f45802eafa61d49c8baa6c36e0 +Subproject commit ddb1ef36f535cef956317129d3d7047a4c0013fe diff --git a/lib/version.py b/lib/version.py index b004ffcd..10e9328b 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.8" +__version__ = "1.8.1" __email__ = "jobsub-support@fnal.gov" __license__ = "Apache License, Version 2.0"