From c713a1b7d55e8ae229617c717ff008c513af3242 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Jul 2022 15:25:44 +0000 Subject: [PATCH] 0.1.27 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ eagerx/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4cad79..91410ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.1.27 (2022-07-24) +### Fix +* Info bug for objects ([`92db335`](https://github.com/eager-dev/eagerx/commit/92db335de475e6a1a89de6eeeff318261a0b659e)) +* Load and reload entities when loading graph from yaml file ([`07a11a4`](https://github.com/eager-dev/eagerx/commit/07a11a49181fa06634e12fe95c2693b4ab639c6e)) +* Bgr to rgb encoding in colab renderer ([`692b56f`](https://github.com/eager-dev/eagerx/commit/692b56f687811a5a954566880332bdc580eb1db8)) + +### Documentation +* Add object tutorial ([`d57acd6`](https://github.com/eager-dev/eagerx/commit/d57acd63157c5933fc468e03c431ba1fdcd49904)) + ## v0.1.26 (2022-07-20) ### Fix * Remove dependency on genpy ([`d909b52`](https://github.com/eager-dev/eagerx/commit/d909b52d7c1ef5265a7aca8a22110054240579e5)) diff --git a/eagerx/__init__.py b/eagerx/__init__.py index 33232c8..02332fe 100644 --- a/eagerx/__init__.py +++ b/eagerx/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.26" +__version__ = "0.1.27" from eagerx.core.space import Space from eagerx.core.constants import ( # noqa: F401 # pylint: disable=unused-import diff --git a/pyproject.toml b/pyproject.toml index a6beee2..30acfcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eagerx" -version = "0.1.26" +version = "0.1.27" description = "Engine Angostic Graph Environments for Robotics" authors = ["Bas van der Heijden ", "Jelle Luijkx "] license = "Apache2.0"