Skip to content

Commit f19d1d5

Browse files
committed
Release 6.0.0
Signed-off-by: Max Dymond <max.dymond@alianza.com>
1 parent 68d9815 commit f19d1d5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ version number is tracked in the file `pyproject.toml`.
99
## [Unreleased]
1010

1111
### Breaking Changes
12-
- Minimum version for Python is now 3.9
1312

1413
### Added
1514

15+
### Fixed
16+
17+
## [6.0.0] - 2025-03-11
18+
19+
### Breaking Changes
20+
- Minimum version for Python is now 3.9
21+
1622
### Fixed
1723
- Update to latest dependencies
1824

@@ -103,7 +109,8 @@ version number is tracked in the file `pyproject.toml`.
103109

104110
### Added
105111

106-
[unreleased]: https://github.com/Metaswitch/announcer/compare/5.0.0...HEAD
112+
[unreleased]: https://github.com/Metaswitch/announcer/compare/6.0.0...HEAD
113+
[6.0.0]: https://github.com/Metaswitch/announcer/compare/5.0.0...6.0.0
107114
[5.0.0]: https://github.com/Metaswitch/announcer/compare/4.0.1...5.0.0
108115
[4.0.1]: https://github.com/Metaswitch/announcer/compare/4.0.0...4.0.1
109116
[4.0.0]: https://github.com/Metaswitch/announcer/compare/3.0.2...4.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "announcer"
33
description = "Announce changes in keepachangelog-style CHANGELOG.md files to Slack and Microsoft Teams"
44
license = "MIT"
55
keywords = ['slack', 'teams']
6-
version = "5.0.0"
6+
version = "6.0.0"
77
readme = "README.md"
88
authors = [{name = "Max Dymond", email = "max.dymond@metaswitch.com"}]
99
requires-python = '>=3.9,<4.0.0'

0 commit comments

Comments
 (0)