Skip to content

Commit d7347e6

Browse files
committed
Update CHANGELOG and version
1 parent 9ccbd2a commit d7347e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## v0.11.0
4+
5+
* Support optional dataframe output from `get_runs`.
6+
37
## v0.10.1
48

59
* The worker process now no longer gives a long delay when a run has finished (now at most ~1 second).

simvue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from simvue.client import Client
33
from simvue.handler import Handler
44
from simvue.models import RunInput
5-
__version__ = '0.10.1'
5+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)