From 0a65593f14edc2172fc6d293462d132498adb93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Sun, 19 Nov 2023 13:15:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20pyinterp=20version=20to?= =?UTF-8?q?=202023.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- binder/environment.yml | 2 +- conda/environment.yml | 2 +- conda/meta.yaml | 2 +- docs/source/conf.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 09f21058..380fa1e2 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - jupyter - numcodecs - pandas - - pyinterp>=2023.10.1 + - pyinterp>=2023.11.0 - pytest - sphinx-gallery - sphinx-inline-tabs diff --git a/conda/environment.yml b/conda/environment.yml index 8563d0cb..1ac63054 100644 --- a/conda/environment.yml +++ b/conda/environment.yml @@ -5,7 +5,7 @@ dependencies: - numcodecs - pandas - pip - - pyinterp>=2023.10.1 + - pyinterp>=2023.11.0 - pypandoc - pytest - python=3.9 diff --git a/conda/meta.yaml b/conda/meta.yaml index 9cf044ba..7854a2a4 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyinterp" %} -{% set version = "2023.10.1" %} +{% set version = "2023.11.0" %} package: name: {{ name|lower }} diff --git a/docs/source/conf.py b/docs/source/conf.py index 1a8d8545..09d77225 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,9 +17,9 @@ author = 'CNES/CLS' # The short X.Y version -version = '2023.10.1' +version = '2023.11.0' # The full version, including alpha/beta/rc tags -release = '2023.10.1' +release = '2023.11.0' # -- General configuration ---------------------------------------------------