File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "announcer"
33description = " Announce changes in keepachangelog-style CHANGELOG.md files to Slack and Microsoft Teams"
44license = " MIT"
55keywords = [' slack' , ' teams' ]
6- version = " 5 .0.0"
6+ version = " 6 .0.0"
77readme = " README.md"
88authors = [{name = " Max Dymond" , email = " max.dymond@metaswitch.com" }]
99requires-python = ' >=3.9,<4.0.0'
You can’t perform that action at this time.
0 commit comments