Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fixes:
- refactor: use importlib to find plugins in entry_points (#1669, #1733)
- chore: bump setuptools to >=78.1.1 (#1734)
- docs: update tox chat server URLs (#1739)
- chore: update errbot-backend-slackv3 version to 0.3.2 (#1743)


v6.2.0 (2024-01-01)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def read(fname, encoding="ascii"):
},
extras_require={
"slack": [
"errbot-backend-slackv3==0.3.1",
"errbot-backend-slackv3==0.3.2",
],
"discord": [
"err-backend-discord==3.0.1",
Expand Down