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 0a003f3 commit 170d240Copy full SHA for 170d240
2 files changed
CHANGES.rst
@@ -1,3 +1,9 @@
1
+0.9.1
2
+----------------
3
+* Don't use OR's in RegTAP queries
4
+
5
+* Add a timeout to job wait
6
7
0.9
8
----------------
9
* add a describe method to services to print a human-readable description
setup.cfg
@@ -46,6 +46,6 @@ edit_on_github = False
46
github_project = pyvirtobs/pyvo
47
install_requires = astropy requests
48
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
49
-version = 0.9
+version = 0.9.1
50
51
[entry_points]
0 commit comments