Skip to content

Commit c8f41e7

Browse files
committed
v2.1.1
1 parent 5563fcc commit c8f41e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.1.1] - 2025-09-13
10+
911
### Fixed
1012
- Fixed USB/DFU hub not rebooting after flashing firmware on Windows (pybricksdev#112).
1113

@@ -514,7 +516,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
514516
- Typo in `pip` arguments `README.md`.
515517

516518

517-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v2.1.0...HEAD
519+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v2.1.1...HEAD
520+
[2.1.1]: https://github.com/pybricks/pybricksdev/compare/v2.1.0...v2.1.1
518521
[2.1.0]: https://github.com/pybricks/pybricksdev/compare/v2.0.1...v2.1.0
519522
[2.0.1]: https://github.com/pybricks/pybricksdev/compare/v2.0.0...v2.0.1
520523
[2.0.0]: https://github.com/pybricks/pybricksdev/compare/v1.2.0...v2.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pybricksdev"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "Pybricks developer tools"
55
authors = [{ name = "The Pybricks Authors", email = "[email protected]" }]
66
maintainers = [

0 commit comments

Comments
 (0)