Skip to content

Commit e9e74ea

Browse files
committed
v1.0.0-alpha.36
1 parent 9a856b0 commit e9e74ea

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.36] - 2023-02-18
10+
911
### Changed
1012
- Changed EV3 script runner to just copy the script instead of replicating
1113
the local directory structure on the brick.
@@ -311,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
311313

312314

313315

314-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.35..HEAD
316+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.36..HEAD
317+
[1.0.0-alpha.36]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.35...v1.0.0-alpha.36
315318
[1.0.0-alpha.35]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.34...v1.0.0-alpha.35
316319
[1.0.0-alpha.34]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.33...v1.0.0-alpha.34
317320
[1.0.0-alpha.33]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.32...v1.0.0-alpha.33

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.35"
3+
version = "1.0.0-alpha.36"
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)