We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e66a93 commit 5c3352fCopy full SHA for 5c3352f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+## v0.10.0
4
+
5
+* The `client` class can now be used to obtain metadata.
6
7
## v0.9.1
8
9
* (Bug fix) Retries in POST/PUTs to REST APIs didn't happen.
simvue/__init__.py
@@ -2,4 +2,4 @@
from simvue.client import Client
from simvue.handler import Handler
from simvue.models import RunInput
-__version__ = '0.9.1'
+__version__ = '0.10.0'
0 commit comments