From a2bd40a6270ec8328cf9a58f37e5787b49cbb007 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Mar 2022 13:23:00 +0000 Subject: [PATCH] 0.1.9 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ eagerx/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a06b57..e09d5662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.9 (2022-03-16) +### Fix +* Refactor config, add initial docs for entities ([#125](https://github.com/eager-dev/eagerx/issues/125)) ([`34e108b`](https://github.com/eager-dev/eagerx/commit/34e108b78684cc252777196e6e2f154fcad6dc66)) + +### Documentation +* Create docs structure and begin with pendulum tutorial ([#124](https://github.com/eager-dev/eagerx/issues/124)) ([`6365b22`](https://github.com/eager-dev/eagerx/commit/6365b22dfdf434138f15d7af07249a31dd0903f9)) + ## v0.1.8 (2022-03-14) ### Fix * Shutdown on sigint, dispose disposables, no duplicate shutdown msg ([#123](https://github.com/eager-dev/eagerx/issues/123)) ([`1bb6910`](https://github.com/eager-dev/eagerx/commit/1bb6910766c0987d6335cffba104512f5f3f9829)) diff --git a/eagerx/__init__.py b/eagerx/__init__.py index 7c88090e..5ab37772 100644 --- a/eagerx/__init__.py +++ b/eagerx/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.8" +__version__ = "0.1.9" from eagerx.core.constants import process, log # noqa: F401 from eagerx.core.entities import ( # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index 6d2102d0..194d479c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eagerx" -version = "0.1.8" +version = "0.1.9" description = "Engine Angostic Gym Environments for Robotics" authors = ["Bas van der Heijden ", "Jelle Luijkx "] license = "Apache2.0"