Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 25, 2022
1 parent 3203195 commit 41019fb
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.12 (2022-07-25)
### Fix
* Create scripts for tutorial at ICRA and update overlay ([`c92da75`](https://github.com/eager-dev/eagerx_dcsc_setups/commit/c92da75c1deb7e659020300ba301e72b68568c51))

## v0.1.11 (2022-05-18)
### Fix
* Refactor bridge to engine ([`2da004b`](https://github.com/eager-dev/eagerx_dcsc_setups/commit/2da004b2e11d734c656aaecf0be868038ae87776))
Expand Down
2 changes: 1 addition & 1 deletion eagerx_dcsc_setups/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.11"
__version__ = "0.1.12"
import eagerx_dcsc_setups.pendulum
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_dcsc_setups"
version = "0.1.11"
version = "0.1.12"
license = "Apache2.0"
description = "EAGERx interface to dcsc_setups."
authors = ["Jelle Luijkx <j.d.luijkx@tudelft.nl>", "Bas van der Heijden <d.s.vanderheijden@tudelft.nl>"]
Expand Down

0 comments on commit 41019fb

Please sign in to comment.