Skip to content

Commit

Permalink
hot-fix: Pin python-jenkins to 1.7.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Cayanan <michael.d.cayanan@jpl.nasa.gov>
  • Loading branch information
mcayanan and Mike Cayanan authored Mar 27, 2023
1 parent 33fc27b commit e13ce5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='mozart',
version='2.1.0',
version='2.2.0',
long_description='HySDS job orchestration/worker web interface',
packages=find_packages(),
include_package_data=True,
Expand All @@ -33,7 +33,7 @@
'boto>=2.38.0',
'python-dateutil',
'elasticsearch>=7.0.0,<7.14.0',
'python-jenkins>=1.7.0',
'python-jenkins==1.7.0',
'future>=0.17.1',
'pytz',
'numpy',
Expand Down

0 comments on commit e13ce5e

Please sign in to comment.