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 a0bd905 commit 27be485Copy full SHA for 27be485
CHANGES.rst
@@ -32,6 +32,7 @@ fixes:
32
- chore: bump setuptools to >=78.1.1 (#1734)
33
- docs: update tox chat server URLs (#1739)
34
- chore: update Dockerfile python version (#1744)
35
+- chore: update errbot-backend-slackv3 version to 0.3.2 (#1743)
36
37
38
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