We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba273e commit 57dbfc1Copy full SHA for 57dbfc1
2 files changed
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+v1.1.7 (2023-03-28)
5
+-------------------
6
+- [#435] unregister can target a single replica [Daniel Moore]
7
+- [#434] metadata calls now require AVU fields to be nonzero-length strings [Daniel Moore]
8
+- [#431][irods/irods#6921] filter user_id results from R_OBJT_ACCESS through IDs still in R_USER_MAIN [Daniel Moore]
9
+- [#3] acls.set needs admin=True for some tests [Daniel Moore]
10
+- [#3] compatibility bump to iRODS 4.3.1 [Daniel Moore]
11
+- [#426][#428][#429] groupadmin capabilities update [Daniel Moore]
12
+
13
v1.1.6 (2023-01-18)
14
-------------------
15
- [#420][#422] present appropriate iRODSAccess.codes, in sorted order [Daniel Moore]
irods/version.py
@@ -1 +1 @@
-__version__ = '1.1.6'
+__version__ = '1.1.7'
0 commit comments