Skip to content

Commit 92c8224

Browse files
committed
Release 0.3.2
1 parent a679452 commit 92c8224

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [0.4.0] Unreleased
88
### Added
9+
### Fixed
10+
### Removed
11+
12+
## [0.3.2] 2025-09-11
13+
### Added
914
### Changed
1015
- Update send_message data and allow changing certain things through msg.extras (#112)"
1116
### Fixed

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.1"
25+
release = "0.3.2"
2626

2727

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

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.1",
20+
version="0.3.2",
2121
description="Errbot SlackV3 backend plugin",
2222
author="Errbot",
2323
packages=find_packages(where="src"),

0 commit comments

Comments
 (0)