Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyb committed Apr 1, 2024
1 parent 8838dc5 commit 3ecf64e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
VERSION = v1.7.1
RC = 0
### End expected changes

Expand Down
2 changes: 1 addition & 1 deletion config
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
__version__ = "1.7.1"
__email__ = "jobsub-support@fnal.gov"

__license__ = "Apache License, Version 2.0"
Expand Down

0 comments on commit 3ecf64e

Please sign in to comment.