Skip to content

Commit 26d2968

Browse files
authored
version: 3.0.3 -> 3.1.0
1 parent 79ceede commit 26d2968

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
## [Unreleased]
9+
## [3.1.0] - 2023-10-10
1010
### Added
1111
- Added `get_color_preset` and `set_color_preset`.
1212
- Added a `description` attribute with the physical monitors description to `WindowsVCP`.
@@ -94,7 +94,8 @@ as of version 2.1.1.
9494
- Added a changelog.
9595

9696

97-
[Unreleased]: https://github.com/newAM/monitorcontrol/compare/3.0.3...HEAD
97+
[Unreleased]: https://github.com/newAM/monitorcontrol/compare/3.1.0...HEAD
98+
[3.1.0]: https://github.com/newAM/monitorcontrol/compare/3.0.3...3.1.0
9899
[3.0.3]: https://github.com/newAM/monitorcontrol/compare/3.0.2...3.0.3
99100
[3.0.2]: https://github.com/newAM/monitorcontrol/compare/3.0.1...3.0.2
100101
[3.0.1]: https://github.com/newAM/monitorcontrol/compare/3.0.0...3.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "monitorcontrol"
33
description = "Monitor controls using MCCS over DDC-CI."
4-
version = "3.0.3"
4+
version = "3.1.0"
55
authors = ["Alex Martens <alex@thinglab.org>"]
66
license = "MIT"
77
readme = "README.rst"

0 commit comments

Comments
 (0)