Skip to content

Commit

Permalink
version: 3.0.3 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM authored Oct 11, 2023
1 parent 79ceede commit 26d2968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
as of version 2.1.1.

## [Unreleased]
## [3.1.0] - 2023-10-10
### Added
- Added `get_color_preset` and `set_color_preset`.
- Added a `description` attribute with the physical monitors description to `WindowsVCP`.
Expand Down Expand Up @@ -94,7 +94,8 @@ as of version 2.1.1.
- Added a changelog.


[Unreleased]: https://github.com/newAM/monitorcontrol/compare/3.0.3...HEAD
[Unreleased]: https://github.com/newAM/monitorcontrol/compare/3.1.0...HEAD
[3.1.0]: https://github.com/newAM/monitorcontrol/compare/3.0.3...3.1.0
[3.0.3]: https://github.com/newAM/monitorcontrol/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/newAM/monitorcontrol/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/newAM/monitorcontrol/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "monitorcontrol"
description = "Monitor controls using MCCS over DDC-CI."
version = "3.0.3"
version = "3.1.0"
authors = ["Alex Martens <[email protected]>"]
license = "MIT"
readme = "README.rst"
Expand Down

0 comments on commit 26d2968

Please sign in to comment.