File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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+ ## [ 1.0.0-alpha.41] - 2023-03-26
10+
911### Fixed
1012- Fixed ` pybricks.ble.find_device() ` returning with ` name is None ` on Windows ([ support #1010 ] ).
1113
@@ -351,7 +353,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
351353
352354
353355
354- [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.40..HEAD
356+ [ Unreleased ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.41..HEAD
357+ [ 1.0.0-alpha.41 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.40...v1.0.0-alpha.41
355358[ 1.0.0-alpha.40 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.39...v1.0.0-alpha.40
356359[ 1.0.0-alpha.39 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.38...v1.0.0-alpha.39
357360[ 1.0.0-alpha.38 ] : https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.37...v1.0.0-alpha.38
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pybricksdev"
3- version = " 1.0.0-alpha.40 "
3+ version = " 1.0.0-alpha.41 "
44description = " Pybricks developer tools"
55authors = [" The Pybricks Authors <dev@pybricks.com>" ]
66maintainers = [" Laurens Valk <laurens@pybricks.com>" , " David Lechner <david@pybricks.com>" ]
You can’t perform that action at this time.
0 commit comments