From 9e8eb4b86f70f5cb01de6c2a7f6a5ef20ab256cf Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Fri, 4 Oct 2024 08:38:40 +0200 Subject: [PATCH] release 1.2.2 --- pixi.lock | 4 ++-- pixi.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixi.lock b/pixi.lock index 0f594c8..ae8b4fc 100644 --- a/pixi.lock +++ b/pixi.lock @@ -15560,9 +15560,9 @@ packages: timestamp: 1722537816570 - kind: pypi name: rattler-build-conda-compat - version: 1.2.1 + version: 1.2.2 path: . - sha256: 8d0bddfc370d26b7962ab69623cede71eb4f127aa6b59ea76828cd48a7fe7606 + sha256: 175703dc3554f6b38464f5205c277c1ef5cd4ccfda19b0670942988fc8955815 requires_dist: - typing-extensions>=4.12,<5 - jinja2>=3.0.2,<4 diff --git a/pixi.toml b/pixi.toml index aecb8fb..31227b3 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "rattler-build-conda-compat" -version = "1.2.1" +version = "1.2.2" description = "A package for exposing rattler-build API for conda-smithy" authors = ["nichmor "] channels = ["conda-forge"] diff --git a/pyproject.toml b/pyproject.toml index 9dd2256..f41ef65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "rattler-build-conda-compat" description = "A package for exposing rattler-build API for conda-smithy" -version = "1.2.1" +version = "1.2.2" readme = "README.md" authors = [{ name = "Nichita Morcotilo", email = "nichita@prefix.dev" }] license = { file = "LICENSE.txt" }