File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# Changelog
44
5- ## [ Unreleased ]
5+ ## [ 3.2.3 ] - 2023-02-17
66
77### Added
88- Added ` close() ` method to ` DCMotor ` and ` Motor ` so they can be closed and
@@ -466,7 +466,7 @@ Prerelease changes are documented at [support#48].
466466
467467
468468<!-- diff links for headers -->
469- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...HEAD
469+ [ 3.2.3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...v3.2.3
470470[ 3.2.2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...v3.2.2
471471[ 3.2.1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...v3.2.1
472472[ 3.2.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...v3.2.0
Original file line number Diff line number Diff line change 2020#define PBIO_VERSION_MINOR 2
2121
2222/** The current patch version. */
23- #define PBIO_VERSION_MICRO 2
23+ #define PBIO_VERSION_MICRO 3
2424
2525/** The current prerelease level as a hex digit. */
2626#define PBIO_VERSION_LEVEL_HEX 0xF
You can’t perform that action at this time.
0 commit comments