Skip to content

Commit bf72447

Browse files
committed
0.1.35
Automatically generated by python-semantic-release
1 parent 9e7ea2e commit bf72447

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.35 (2025-08-14)
6+
7+
### Fix
8+
9+
* Bump sb3 to 2.7 ([`9e7ea2e`](https://github.com/eager-dev/eagerx_tutorials/commit/9e7ea2e3b7f388f90fcb2fbc83620c86c9dc34d4))
10+
511
## v0.1.34 (2025-08-14)
612

713
### Fix

eagerx_tutorials/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.34"
1+
__version__ = "0.1.35"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eagerx_tutorials"
3-
version = "0.1.34"
3+
version = "0.1.35"
44
license = "Apache2.0"
55
description = "Tutorials on how to use EAGERx."
66
authors = ["Jelle Luijkx <[email protected]>", "Bas van der Heijden <[email protected]>"]

0 commit comments

Comments
 (0)