Skip to content

Commit d811a70

Browse files
committed
v4.0.0b7
1 parent 7170164 commit d811a70

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.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

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 6
29+
#define PBIO_VERSION_SERIAL 7
3030

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

0 commit comments

Comments
 (0)