Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 15, 2022
1 parent 99a43bc commit 176bf8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.1.10 (2022-05-15)
### Fix
* Update pendulum ode, examples and add reset and overlay nodes ([`661976d`](https://github.com/eager-dev/eagerx_dcsc_setups/commit/661976d364f545f83c70aa27a356d59e0ffc5827))
* Create experiments and update accordingly ([`034302d`](https://github.com/eager-dev/eagerx_dcsc_setups/commit/034302d2b94feff6d1255012d3609a169e797b0a))

### Documentation
* Update bibtex typo ([`b624d0e`](https://github.com/eager-dev/eagerx_dcsc_setups/commit/b624d0e5bc7e13ca4b3d86eaaae845dfb5bbfc7a))

## v0.1.9 (2022-04-26)
### Fix
* Refactor `is_reactive` to `sync`. ([`c94a9cd`](https://github.com/eager-dev/eagerx_dcsc_setups/commit/c94a9cd7491259673fd1924e8687d7d566421ac3))
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.9"
__version__ = "0.1.10"
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.9"
version = "0.1.10"
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 176bf8c

Please sign in to comment.