Skip to content
Merged
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
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
### Fixed

## [0.3.0] 2025-04-02
### Added
- Added legacy migration documentation

## [0.3.1] 2025-04-02
### Changed
### Fixed
- Fix document generation. (@nzlosh)

## [0.3.0] 2025-04-02
### Added
- Added legacy migration documentation
- Added legacy migration documentation (@nzlosh)

### Changed
- refactored user cache to allow organisation level users/bots #95 (@gdelaney)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "errbot-backend-slackv3 contributors"

# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.3.1"


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(name, encoding="ascii"):

setup(
name="errbot-backend-slackv3",
version="0.3.0",
version="0.3.1",
description="Errbot SlackV3 backend plugin",
author="Errbot",
packages=find_packages(where="src"),
Expand Down