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 ba3e0b1 commit f51a666Copy full SHA for f51a666
CHANGES.md
@@ -1,15 +1,13 @@
1
-## Changes in 0.10.1 (in development)
2
-
3
-### Enhancements
+## Changes in 0.10.1
4
5
### Fixes
6
7
* Deprecated argument `xy_var_names` in function `GridMapping.from_dataset`,
8
- thereby preventing a NotImplementedError.
+ thereby preventing a NotImplementedError. (#551)
9
10
### Other Changes
11
12
-* For compatibility, now also `xcube.__version__` now contains the xcube
+* For compatibility, now also `xcube.__version__` contains the xcube
13
version number.
14
15
## Changes in 0.10.0
xcube/version.py
@@ -19,4 +19,4 @@
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
# SOFTWARE.
21
22
-version = '0.10.1.dev0'
+version = '0.10.1'
0 commit comments