We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4f0fa commit ce1f46bCopy full SHA for ce1f46b
CHANGES.rst
@@ -31,6 +31,7 @@ fixes:
31
- refactor: use importlib to find plugins in entry_points (#1669, #1733)
32
- chore: bump setuptools to >=78.1.1 (#1734)
33
- docs: update tox chat server URLs (#1739)
34
+- chore: update errbot-backend-slackv3 version to 0.3.2 (#1743)
35
36
37
v6.2.0 (2024-01-01)
setup.py
@@ -109,7 +109,7 @@ def read(fname, encoding="ascii"):
109
},
110
extras_require={
111
"slack": [
112
- "errbot-backend-slackv3==0.3.1",
+ "errbot-backend-slackv3==0.3.2",
113
],
114
"discord": [
115
"err-backend-discord==3.0.1",
0 commit comments