Skip to content

Commit 3dbdfc9

Browse files
authored
[v0.3.1] Fix changelog entries and add documentation requirements file. (#111)
1 parent d76f493 commit 3dbdfc9

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
### Changed
1010
### Fixed
1111

12-
## [0.3.0] 2025-04-02
13-
### Added
14-
- Added legacy migration documentation
15-
12+
## [0.3.1] 2025-04-02
1613
### Changed
1714
### Fixed
15+
- Fix document generation. (@nzlosh)
1816

1917
## [0.3.0] 2025-04-02
2018
### Added
21-
- Added legacy migration documentation
19+
- Added legacy migration documentation (@nzlosh)
2220

2321
### Changed
2422
- refactored user cache to allow organisation level users/bots #95 (@gdelaney)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "errbot-backend-slackv3 contributors"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.3.0"
25+
release = "0.3.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(name, encoding="ascii"):
1717

1818
setup(
1919
name="errbot-backend-slackv3",
20-
version="0.3.0",
20+
version="0.3.1",
2121
description="Errbot SlackV3 backend plugin",
2222
author="Errbot",
2323
packages=find_packages(where="src"),

0 commit comments

Comments
 (0)