Skip to content

Commit f046505

Browse files
committed
version: 4.0.0 -> 4.0.1
1 parent 8ca2122 commit f046505

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
as of version 2.1.1.
88

9+
## [4.0.1] - 2025-05-26
10+
### Fixed
11+
- Fixed packaging bugs introduced when changing the build system.
12+
913
## [4.0.0] - 2025-05-26
1014
### Added
1115
- Added additional logging for Windows API calls.
@@ -115,7 +119,8 @@ as of version 2.1.1.
115119
- Added a changelog.
116120

117121

118-
[Unreleased]: https://github.com/newAM/monitorcontrol/compare/4.0.0...HEAD
122+
[Unreleased]: https://github.com/newAM/monitorcontrol/compare/4.0.1...HEAD
123+
[4.0.1]: https://github.com/newAM/monitorcontrol/compare/4.0.0...4.0.1
119124
[4.0.0]: https://github.com/newAM/monitorcontrol/compare/3.1.0...4.0.0
120125
[3.1.0]: https://github.com/newAM/monitorcontrol/compare/3.0.3...3.1.0
121126
[3.0.3]: https://github.com/newAM/monitorcontrol/compare/3.0.2...3.0.3

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "monitorcontrol"
33
description = "Monitor controls using MCCS over DDC-CI."
4-
version = "4.0.0"
4+
version = "4.0.1"
55
authors = [{ name = "Alex Martens", email = "alex+monitorcontrol@thinglab.org" }]
66
license.file = "LICENSE"
77
readme = "README.rst"
@@ -34,9 +34,6 @@ monitorcontrol = "monitorcontrol.__main__:main"
3434
requires = ["setuptools>=61"]
3535
build-backend = "setuptools.build_meta"
3636

37-
[tool.setuptools]
38-
packages = ["monitorcontrol"]
39-
4037
[tool.ruff.lint]
4138
extend-select = [
4239
# flake8-builtins

0 commit comments

Comments
 (0)