From 36524f40f8e99ae125fefda0bd3945ad17dbc802 Mon Sep 17 00:00:00 2001 From: Pavithra Eswaramoorthy Date: Tue, 12 Mar 2024 18:13:11 +0530 Subject: [PATCH] REL - 2024.3.1 --- conda-store-server/conda_store_server/__init__.py | 2 +- conda-store-server/hatch_build.py | 2 +- conda-store/conda_store/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-store-server/conda_store_server/__init__.py b/conda-store-server/conda_store_server/__init__.py index 59b68eb7d..5737a0e60 100644 --- a/conda-store-server/conda_store_server/__init__.py +++ b/conda-store-server/conda_store_server/__init__.py @@ -2,7 +2,7 @@ import typing from pathlib import Path -__version__ = "2024.1.1" +__version__ = "2024.3.1" CONDA_STORE_DIR = Path.home() / ".conda-store" diff --git a/conda-store-server/hatch_build.py b/conda-store-server/hatch_build.py index 48254bbfe..b4e55c75d 100644 --- a/conda-store-server/hatch_build.py +++ b/conda-store-server/hatch_build.py @@ -8,7 +8,7 @@ from hatchling.builders.hooks.plugin.interface import BuildHookInterface -CONDA_STORE_UI_VERSION = "2024.1.1" +CONDA_STORE_UI_VERSION = "2024.3.1" CONDA_STORE_UI_URL = f"https://registry.npmjs.org/@conda-store/conda-store-ui/-/conda-store-ui-{CONDA_STORE_UI_VERSION}.tgz" CONDA_STORE_UI_FILES = [ "main.js", diff --git a/conda-store/conda_store/__init__.py b/conda-store/conda_store/__init__.py index 754adf609..1e9d9afbc 100644 --- a/conda-store/conda_store/__init__.py +++ b/conda-store/conda_store/__init__.py @@ -1 +1 @@ -__version__ = "2024.1.1" +__version__ = "2024.3.1"