Skip to content

Commit

Permalink
[#3] v1.1.7 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Mar 28, 2023
1 parent 3ba273e commit 57dbfc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v1.1.7 (2023-03-28)
-------------------
- [#435] unregister can target a single replica [Daniel Moore]
- [#434] metadata calls now require AVU fields to be nonzero-length strings [Daniel Moore]
- [#431][irods/irods#6921] filter user_id results from R_OBJT_ACCESS through IDs still in R_USER_MAIN [Daniel Moore]
- [#3] acls.set needs admin=True for some tests [Daniel Moore]
- [#3] compatibility bump to iRODS 4.3.1 [Daniel Moore]
- [#426][#428][#429] groupadmin capabilities update [Daniel Moore]

v1.1.6 (2023-01-18)
-------------------
- [#420][#422] present appropriate iRODSAccess.codes, in sorted order [Daniel Moore]
Expand Down
2 changes: 1 addition & 1 deletion irods/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.6'
__version__ = '1.1.7'

0 comments on commit 57dbfc1

Please sign in to comment.