Skip to content

Commit

Permalink
Python-irodsclient: upgrade to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Dec 20, 2024
1 parent ee6909e commit 3c01c88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## UNRELEASED

- Upgrade Python-irodsclient to v3.0.0

## 2024-12-06 v1.7.0

- Add support for deposit groups to group lifecycle report.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python_irodsclient==2.1.0
python_irodsclient==3.0.0
enum34
six
humanize>=0.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
author_email="yoda@uu.nl",
description=('Client-side tools for Yoda / iRODS'),
install_requires=[
'python-irodsclient==2.1.0',
'python-irodsclient==3.0.0',
'enum34',
'humanize>=0.5',
'iteration_utilities==0.11.0',
Expand Down

0 comments on commit 3c01c88

Please sign in to comment.