Skip to content

Commit 325bcb6

Browse files
committed
Version bump to 0.9.1
1 parent b4d8468 commit 325bcb6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release_notes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Release notes
44
Change log
55
----------
66

7+
Changes from 0.9.0 to 0.9.1
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
- Added :py:meth:`viresclient.SwarmRequest.get_conjunctions` to fetch Swarm A/B conjunctions
11+
- Fixed compatibility with xarray v0.19 of ``reshape`` kwarg in :py:meth:`viresclient.ReturnedData.as_xarray`
12+
713
Changes from 0.8.0 to 0.9.0
814
^^^^^^^^^^^^^^^^^^^^^^^^^^^
915

viresclient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
from . import _data
3838

3939

40-
__version__ = "0.9.1-alpha"
40+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)