File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33# Changelog
44
55
6- ## [ Unreleased ]
6+ ## [ 3.1.0a3 ] - 2021-07-19
77
88### Added
99- Added ` reset_angle=False ` keyword argument to ` Motor() ` class.
@@ -99,7 +99,8 @@ Prerelease changes are documented at [support#48].
9999[ support#386 ] : https://github.com/pybricks/support/issues/386
100100[ support#389 ] : https://github.com/pybricks/support/issues/389
101101
102- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a2...HEAD
102+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a3...HEAD
103+ [ 3.1.0a3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a2...v3.1.0a3
103104[ 3.1.0a2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2
104105[ 3.1.0a1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1
105106[ 3.0.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.0.0
Original file line number Diff line number Diff line change 2626#define PBIO_VERSION_LEVEL_HEX 0xA
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 2
29+ #define PBIO_VERSION_SERIAL 3
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments