File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Changelog
4
4
5
5
6
- ## [ Unreleased ]
6
+ ## [ 3.1.0a3 ] - 2021-07-19
7
7
8
8
### Added
9
9
- Added ` reset_angle=False ` keyword argument to ` Motor() ` class.
@@ -99,7 +99,8 @@ Prerelease changes are documented at [support#48].
99
99
[ support#386 ] : https://github.com/pybricks/support/issues/386
100
100
[ support#389 ] : https://github.com/pybricks/support/issues/389
101
101
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
103
104
[ 3.1.0a2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2
104
105
[ 3.1.0a1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1
105
106
[ 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 26
26
#define PBIO_VERSION_LEVEL_HEX 0xA
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 2
29
+ #define PBIO_VERSION_SERIAL 3
30
30
31
31
/**
32
32
* The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments