Skip to content

Commit 8287a29

Browse files
committed
0.1.31
Automatically generated by python-semantic-release
1 parent cda3178 commit 8287a29

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.1.31 (2025-08-14)
6+
7+
### Fix
8+
9+
* Run black ([`cda3178`](https://github.com/eager-dev/eagerx_tutorials/commit/cda31788a66abeb3608e2fb08a19f4e49e557bb7))
10+
* Bump sb3 in colab to 2.3.0 ([`8c7e862`](https://github.com/eager-dev/eagerx_tutorials/commit/8c7e8629258593010d3ee697ae14fc1f002a8769))
11+
* Bump sb3 to 2.3.0 ([`a2e5164`](https://github.com/eager-dev/eagerx_tutorials/commit/a2e5164f3c3b71704853cc3d9c8db356cdbc2bd3))
12+
13+
### Documentation
14+
15+
* Update README.rst ([`5d9271d`](https://github.com/eager-dev/eagerx_tutorials/commit/5d9271dbaab86c1982705034b50b428062a5aaab))
16+
* Update citation ([`7bd21f1`](https://github.com/eager-dev/eagerx_tutorials/commit/7bd21f127644b87ee7890031e3f0e24e71572c60))
17+
* Update README.rst [ci skip] ([`3617ddb`](https://github.com/eager-dev/eagerx_tutorials/commit/3617ddb0d4d77d3d33be7f8df44b6994cc50db69))
18+
519
## v0.1.30 (2023-08-17)
620

721
### 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.30"
1+
__version__ = "0.1.31"

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.30"
3+
version = "0.1.31"
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)