File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.3.0b7] - 2023-06-30
8+
79### Added
810- Added ` 'modes' ` entry to the dictionary returned by ` PUPDevice.info() ` . It
911 is a tuple of ` (name, num_values, data_type) ` tuples for each available mode.
@@ -645,8 +647,9 @@ Prerelease changes are documented at [support#48].
645647
646648
647649<!-- diff links for headers -->
648- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...HEAD
649- [ 3.3.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b6
650+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...HEAD
651+ [ 3.3.0b7 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7
652+ [ 3.3.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...v3.3.0b6
650653[ 3.3.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b5
651654[ 3.3.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b3...v3.3.0b4
652655[ 3.3.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...v3.3.0b3
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