Skip to content

Commit 8d4ce71

Browse files
committed
0.1.25
Automatically generated by python-semantic-release
1 parent 0cb846b commit 8d4ce71

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.1.25 (2023-03-27)
6+
### Fix
7+
* Use specific setuptools version to fix gym installation problems ([`72a8ccd`](https://github.com/eager-dev/eagerx_tutorials/commit/72a8ccd12386a1ee32f658e37ea14b79b7f72a6a))
8+
59
## v0.1.24 (2022-11-30)
610
### Fix
711
* Do update before installing xvfb in colab ([`af24253`](https://github.com/eager-dev/eagerx_tutorials/commit/af242534f8345939f2c8171cedbc4d661431c85c))

eagerx_tutorials/__init__.py

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

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.24"
3+
version = "0.1.25"
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)