We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20bdd9 commit 10a2822Copy full SHA for 10a2822
CHANGES.rst
@@ -1,3 +1,8 @@
1
+v23.8.2
2
+-------
3
+
4
+* #581: Corrected regression in ``libsecret`` tests (``.collection`` property).
5
6
v23.8.1
7
-------
8
keyring/backends/libsecret.py
@@ -44,7 +44,7 @@ def schema(self):
44
),
45
)
46
47
- @property
+ @properties.NonDataProperty
48
def collection(self):
49
return Secret.COLLECTION_DEFAULT
50
0 commit comments