Skip to content

Commit 3dfdd4a

Browse files
authored
version: 2.5.1 -> 3.0.0
1 parent 1d0a301 commit 3dfdd4a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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.0.0] - 2022-04-09
1010
### Added
1111
- Added support for python 3.10.
1212

1313
### Changed
1414
- Updated pyudev from 0.22 to 0.23.
15-
- Changed `get_vcp_capabilities()["inputs"]` from `List[str]` to `Union[InputSource, int]`.
15+
- Changed `get_vcp_capabilities()["inputs"]` from `List[str]` to `List[Union[InputSource, int]]`.
1616

1717
### Removed
1818
- Removed support for python 3.6 and 3.7.
@@ -70,7 +70,8 @@ as of version 2.1.1.
7070
- Added a changelog.
7171

7272

73-
[Unreleased]: https://github.com/newAM/monitorcontrol/compare/2.5.1...HEAD
73+
[Unreleased]: https://github.com/newAM/monitorcontrol/compare/3.0.0...HEAD
74+
[3.0.0]: https://github.com/newAM/monitorcontrol/compare/2.5.1...3.0.0
7475
[2.5.1]: https://github.com/newAM/monitorcontrol/compare/2.5.0...2.5.1
7576
[2.5.0]: https://github.com/newAM/monitorcontrol/compare/2.4.2...2.5.0
7677
[2.4.2]: https://github.com/newAM/monitorcontrol/compare/2.4.1...2.4.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target-version = ["py36", "py37", "py38"]
55
[tool.poetry]
66
name = "monitorcontrol"
77
description = "Monitor controls using MCCS over DDC-CI."
8-
version = "2.5.1"
8+
version = "3.0.0"
99
authors = ["Alex Martens <alex@thinglab.org>"]
1010
license = "MIT"
1111
readme = "README.rst"

0 commit comments

Comments
 (0)