From 26d2968039d0f1bae0b978fb6ae4a3c3a53e741d Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Tue, 10 Oct 2023 19:45:30 -0700 Subject: [PATCH] version: 3.0.3 -> 3.1.0 --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 666e360..9dfbe6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 057edd5..bdf2294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" readme = "README.rst"