Skip to content

Commit bd884aa

Browse files
committed
v1.0.0-alpha.39
1 parent f3fed98 commit bd884aa

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+
## [1.0.0-alpha.39] - 2023-03-06
10+
911
### Fixed
1012
- Fixed Python 3.11 compatibility of vendored `dfu_upload` module ([support#973]).
1113

@@ -339,7 +341,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
339341

340342

341343

342-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.38..HEAD
344+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.39..HEAD
345+
[1.0.0-alpha.39]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.38...v1.0.0-alpha.39
343346
[1.0.0-alpha.38]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.37...v1.0.0-alpha.38
344347
[1.0.0-alpha.37]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.36...v1.0.0-alpha.37
345348
[1.0.0-alpha.36]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.35...v1.0.0-alpha.36

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricksdev"
3-
version = "1.0.0-alpha.38"
3+
version = "1.0.0-alpha.39"
44
description = "Pybricks developer tools"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)