File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ version number is tracked in the file `pyproject.toml`.
1414
1515### Fixed
1616
17+ ## [ 6.0.1] - 2025-03-11
18+
19+ ### Fixed
20+ - Fix PyPI publishing
21+
1722## [ 6.0.0] - 2025-03-11
1823
1924### Breaking Changes
@@ -109,7 +114,8 @@ version number is tracked in the file `pyproject.toml`.
109114
110115### Added
111116
112- [ unreleased ] : https://github.com/Metaswitch/announcer/compare/6.0.0...HEAD
117+ [ unreleased ] : https://github.com/Metaswitch/announcer/compare/6.0.1...HEAD
118+ [ 6.0.1 ] : https://github.com/Metaswitch/announcer/compare/6.0.0...6.0.1
113119[ 6.0.0 ] : https://github.com/Metaswitch/announcer/compare/5.0.0...6.0.0
114120[ 5.0.0 ] : https://github.com/Metaswitch/announcer/compare/4.0.1...5.0.0
115121[ 4.0.1 ] : https://github.com/Metaswitch/announcer/compare/4.0.0...4.0.1
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 = " 6.0.0 "
6+ version = " 6.0.1 "
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