Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 9, 2022
1 parent dcf00dc commit 69ee239
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v0.1.7 (2022-03-09)
### Fix
* Test release ([#122](https://github.com/eager-dev/eagerx/issues/122)) ([`dcf00dc`](https://github.com/eager-dev/eagerx/commit/dcf00dc13f8caee63fd35f0a65029b62b2d9c160))
* Test release ([#121](https://github.com/eager-dev/eagerx/issues/121)) ([`b73928b`](https://github.com/eager-dev/eagerx/commit/b73928bc41f24b9e3ed54854ef3e789ea8eba7ee))
* Test release ([#120](https://github.com/eager-dev/eagerx/issues/120)) ([`d33e55f`](https://github.com/eager-dev/eagerx/commit/d33e55fbc928829e6f6ac035a61de4890fed6f5a))
* Test release ([#119](https://github.com/eager-dev/eagerx/issues/119)) ([`499b9d8`](https://github.com/eager-dev/eagerx/commit/499b9d8b7ecd3626395d4611d01a93391c7401c2))
* Test release ([#118](https://github.com/eager-dev/eagerx/issues/118)) ([`68e166d`](https://github.com/eager-dev/eagerx/commit/68e166d8b8699ca6c8715b2ed7d518db0d872973))
* Test release ([#117](https://github.com/eager-dev/eagerx/issues/117)) ([`b01705e`](https://github.com/eager-dev/eagerx/commit/b01705ea6af913766cb8e4fa69997401fe53cd22))
* Test release ([#116](https://github.com/eager-dev/eagerx/issues/116)) ([`e031171`](https://github.com/eager-dev/eagerx/commit/e031171e063dc5368841360581a2bc53a9a188e7))
* Refactor object api ([#114](https://github.com/eager-dev/eagerx/issues/114)) ([`26c0670`](https://github.com/eager-dev/eagerx/commit/26c06707a9c64aaf0b1aa3a35fb6c489a88be773))

## v0.1.6 (2022-03-05)
### Fix
* Argvs for executables ([#108](https://github.com/eager-dev/eagerx/issues/108)) ([`b4beb53`](https://github.com/eager-dev/eagerx/commit/b4beb539b5a2c88ad0ea801feabe324e4eb020bc))
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.6"
__version__ = "0.1.7"

from eagerx.core.constants import process, log # noqa: F401
from eagerx.core.entities import ( # noqa: F401
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.6"
version = "0.1.7"
description = "Engine Angostic Gym 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 69ee239

Please sign in to comment.