diff --git a/CHANGES.md b/CHANGES.md index ed3b0e5..14c4fe0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,7 @@ -## Changes in 0.9.4 (in development) +## Changes in 0.9.4 + +* Ensure compatibility with xarray >= 0.20.2 and python >= 3.10 +* Ensure compatibility with expected odp update ## Changes in 0.9.3 diff --git a/xcube_cci/version.py b/xcube_cci/version.py index ccae142..c9262c2 100644 --- a/xcube_cci/version.py +++ b/xcube_cci/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.9.4.dev0' +version = '0.9.4'