Skip to content

Commit 156671a

Browse files
committed
v3.1.0a3
1 parent 2f52c34 commit 156671a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

lib/pbio/include/pbio/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.

0 commit comments

Comments
 (0)