Skip to content

Commit ff3ffba

Browse files
committed
fix: bump version to 18.0.1 for 18.0 release
Why this change was needed: Multiple SMELT-related features have been developed and merged onto the 18.0.x branch (smelt connector, smelt commands, assign priority/deadline display, smelt_url config). The release is ready to be cut with these features included. Problem solved: Users and downstream packagers get a single version number that reflects all the features shipped in the 18.0 release, making it clear that SMELT support is part of the release. What changed: - Bumped __version__ from 17.3.0 to 18.0.1 - Marked CHANGELOG.md [Unreleased] as [18.0.1] with today's date - Bumped devel version to 18.1.0
1 parent 3797bb4 commit ff3ffba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable user-visible changes to MTUI are documented in this file.
55
The format is based on [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/),
66
and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [18.0.1] - 2026-06-18
99

1010
### Added
1111

mtui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
multiple hosts in parallel, with a focus on maintenance update testing.
55
"""
66

7-
__version__ = "17.3.0"
7+
__version__ = "18.1.0"

0 commit comments

Comments
 (0)