Skip to content

Commit

Permalink
0.1.36
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 22, 2023
1 parent 70c86ac commit bc92f35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.1.36 (2023-06-22)

### Fix

* Refactor to gymnasium ([`0222006`](https://github.com/eager-dev/eagerx/commit/0222006ebb8e0f7dd24bc12a8aa910784de5a614))

## v0.1.35 (2023-05-03)
### Fix
* Allow to seed gym object environment and add delay state to gym ActionActuator ([`0bd6f40`](https://github.com/eager-dev/eagerx/commit/0bd6f40623c1cfed260fe9b0170e90d67faaece4))
Expand Down
2 changes: 1 addition & 1 deletion eagerx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.35"
__version__ = "0.1.36"

from eagerx.core.space import Space
from eagerx.core.constants import ( # noqa: F401 # pylint: disable=unused-import
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eagerx"
version = "0.1.35"
version = "0.1.36"
description = "Engine Angostic Graph Environments for Robotics"
authors = ["Bas van der Heijden <d.s.vanderheijden@tudelft.nl>", "Jelle Luijkx <j.d.luijkx@tudelft.nl>"]
license = "Apache2.0"
Expand Down

0 comments on commit bc92f35

Please sign in to comment.