Skip to content

Commit 8a4f212

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2026-02-12) ### Features * add --no-exec flag to net host command for debugging ([38c1360](38c1360))
1 parent 38c1360 commit 8a4f212

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dosctl"
7-
version = "1.5.0"
7+
version = "1.6.0"
88
description = "A command-line tool to manage and play DOS games via DOSBox."
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/dosctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DOSCtl - A command-line tool to manage and play DOS games."""
22

3-
__version__ = "1.5.0"
3+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)