From 65fdbbfe1a5a028c26d82b6c6a4da3e3fbace90c Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:58:47 -0500 Subject: [PATCH 1/2] update CHANGES.rst --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f4930654e..2355ddde2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,13 +2,13 @@ Changelog ========= -v0.49.0 (unreleased) +v0.48.2 (2024-02-26) -------------------- Contributors to this version: Juliette Lavoie (:user:`juliettelavoie`). Bug fixes ^^^^^^^^^ -* Add `measure` to YAML validation schema (for building sdba properties) and allow skipping the YAML validation when building modules. ( :pull:`1664`). +* Add ``measure`` to YAML validation schema (for building sdba properties) and allow skipping the YAML validation when building modules. (:pull:`1664`). v0.48.1 (2024-02-20) -------------------- From dccf866a36634f485d272544692395c910b3d905 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:59:02 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.48.2-dev.0=20=E2=86=92?= =?UTF-8?q?=200.48.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- xclim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe0df514b..a0a6f60aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.48.2-dev.0" +current_version = "0.48.2" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index f69c27be6..fc94420ca 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -16,7 +16,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.48.2-dev.0" +__version__ = "0.48.2" _module_data = _files("xclim.data")