From f51a666844973eae88674b11dfdde68c2f41571e Mon Sep 17 00:00:00 2001 From: Tonio Fincke Date: Thu, 17 Feb 2022 16:47:33 +0100 Subject: [PATCH] prepare release of 0.10.1 --- CHANGES.md | 8 +++----- xcube/version.py | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5c36cbc03..206e356ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,13 @@ -## Changes in 0.10.1 (in development) - -### Enhancements +## Changes in 0.10.1 ### Fixes * Deprecated argument `xy_var_names` in function `GridMapping.from_dataset`, - thereby preventing a NotImplementedError. + thereby preventing a NotImplementedError. (#551) ### Other Changes -* For compatibility, now also `xcube.__version__` now contains the xcube +* For compatibility, now also `xcube.__version__` contains the xcube version number. ## Changes in 0.10.0 diff --git a/xcube/version.py b/xcube/version.py index 98055f023..1288a776f 100644 --- a/xcube/version.py +++ b/xcube/version.py @@ -19,4 +19,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -version = '0.10.1.dev0' +version = '0.10.1'