Skip to content

Commit 637c501

Browse files
committed
v4.0.0b9
1 parent 1435df6 commit 637c501

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [4.0.0b9] - 2026-04-16
8+
79
### Added
810
- Added `Port View` on EV3 apps tab.
911

@@ -1334,7 +1336,8 @@ Prerelease changes are documented at [support#48].
13341336

13351337

13361338
<!-- diff links for headers -->
1337-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b8...HEAD
1339+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b9...HEAD
1340+
[4.0.0b9]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b8...v4.0.0b9
13381341
[4.0.0b8]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b7...v4.0.0b8
13391342
[4.0.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b6...v4.0.0b7
13401343
[4.0.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b5...v4.0.0b6

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define PBIO_VERSION_LEVEL_HEX 0xB
2727

2828
/** The current prerelease serial. */
29-
#define PBIO_VERSION_SERIAL 8
29+
#define PBIO_VERSION_SERIAL 9
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)