Skip to content

Commit 7a36ca4

Browse files
authored
Merge pull request #490 from neurobionics/release-please--branches--main--components--opensourceleg
chore: release 3.4.1
2 parents ec721c6 + 6a8ef34 commit 7a36ca4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.0"
2+
".": "3.4.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.4.1](https://github.com/neurobionics/opensourceleg/compare/opensourceleg-v3.4.0...opensourceleg-v3.4.1) (2025-09-19)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unused commented lines ([f4450df](https://github.com/neurobionics/opensourceleg/commit/f4450df0176fc78354b3e6fa502b1c8ad2384340))
9+
* update homing tutorial for new callbacks ([6f8bfb1](https://github.com/neurobionics/opensourceleg/commit/6f8bfb10ecd7210d11cfb1dc57ac78cee0357fbd))
10+
311
## [3.4.0](https://github.com/neurobionics/opensourceleg/compare/opensourceleg-v3.3.0...opensourceleg-v3.4.0) (2025-08-28)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opensourceleg"
3-
version = "3.4.0"
3+
version = "3.4.1"
44
description = "An open-source SDK for developing and testing algorithms on commonly used robotic hardware."
55
authors = [{ name = "Open-Source Leg", email = "[email protected]" }]
66
requires-python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)