File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 4.0.0b7] - 2026-02-19
8+
79### Added
810- Added supporters to EV3 closing credits.
911
@@ -1298,7 +1300,8 @@ Prerelease changes are documented at [support#48].
12981300
12991301
13001302<!-- diff links for headers -->
1301- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b6...HEAD
1303+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b7...HEAD
1304+ [ 4.0.0b7 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b6...v4.0.0b7
13021305[ 4.0.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b5...v4.0.0b6
13031306[ 4.0.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b4...v4.0.0b5
13041307[ 4.0.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b3...v4.0.0b4
Original file line number Diff line number Diff line change 2626#define PBIO_VERSION_LEVEL_HEX 0xB
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 6
29+ #define PBIO_VERSION_SERIAL 7
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments