Skip to content

Commit 1d1fdd1

Browse files
committed
v3.2.3
1 parent 8d097cc commit 1d1fdd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

0 commit comments

Comments
 (0)