Skip to content

Commit 417f0f5

Browse files
committed
Release 6.0.1
Signed-off-by: Max Dymond <max.dymond@alianza.com>
1 parent 3903a7b commit 417f0f5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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 = "6.0.0"
6+
version = "6.0.1"
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)