From 979bd1e32c9418c5d655495b6a0cf832721af2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Fri, 7 Oct 2022 16:57:19 +0200 Subject: [PATCH] REL: bump version to 0.14.0 --- README.md | 7 ++----- setup.cfg | 2 +- yt_idefix/__init__.py | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb13ad7b..d7150cbc 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,10 @@ version 0.12.0 brings experimental *native* support for streched grids, which is active development upstream, in yt itself. Slices should now work seamlessly even with older versions of yt, however -yt 4.1 (to be released) will be required to perform projections correctly. +yt 4.1 will be required to perform projections correctly. -In the meantime, I recommend installing yt from source. At the time of writing, -the branch attached to the following pull request is required for projections with -stretched grids: +**update**: yt_idefix 0.13.3 is the last release allowing yt 4.0.x, yt_idefix 0.14.0 requires yt 4.1 -https://github.com/yt-project/yt/pull/2998 ### yt_idefix 0.11 and older (deprecated) diff --git a/setup.cfg b/setup.cfg index ff284a05..b21f6854 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = yt_idefix -version = 0.13.4 +version = 0.14.0 description = An extension module for yt, adding a frontend for Idefix long_description = file: README.md long_description_content_type = text/markdown diff --git a/yt_idefix/__init__.py b/yt_idefix/__init__.py index 7856e800..090e73c5 100644 --- a/yt_idefix/__init__.py +++ b/yt_idefix/__init__.py @@ -2,4 +2,4 @@ # immediately after `import yt.extensions.idefix` from yt_idefix.api import * -__version__ = "0.13.4" +__version__ = "0.14.0"