Skip to content

Commit

Permalink
0.1.32
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 13, 2022
1 parent ae6a23a commit 552fe57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.1.32 (2022-09-13)
### Fix
* Deepcopy engine, list `EngineNodes` without outputs as dependency ([#215](https://github.com/eager-dev/eagerx/issues/215)) ([`ae6a23a`](https://github.com/eager-dev/eagerx/commit/ae6a23a8e237a9a33906fea760c5805b3830b982))

## v0.1.31 (2022-09-12)
### Fix
* Substitute `Object` graphs into the agnostic `Graph`. ([#210](https://github.com/eager-dev/eagerx/issues/210)) ([`cb61dfa`](https://github.com/eager-dev/eagerx/commit/cb61dfa212ad5ccec45152677666df952132b740))
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.31"
__version__ = "0.1.32"

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.31"
version = "0.1.32"
description = "Engine Angostic Graph Environments for Robotics"
authors = ["Bas van der Heijden <[email protected]>", "Jelle Luijkx <[email protected]>"]
license = "Apache2.0"
Expand Down

0 comments on commit 552fe57

Please sign in to comment.