Skip to content

Commit fa6f8b9

Browse files
committed
REL - 2024.1.1
1 parent 1502d4f commit fa6f8b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
The project changed to `CalVer` in September 2023.
88

9-
## [2024.1.1-rc1] - 2024-01-05
9+
## [2024.1.1] - 2024-01-30
1010

1111
([full changelog](https://github.com/conda-incubator/conda-store/compare/2023.10.1...ec606641f6d0bb7bde39b2e9f11cf515077feee8))
1212

@@ -31,7 +31,7 @@ The project changed to `CalVer` in September 2023.
3131

3232
- ENH - Use string substitution in `normalized_channel_url` [#710](https://github.com/conda-incubator/conda-store/pull/710) ([@nkaretnikov](https://github.com/nkaretnikov))
3333
- MAINT - Bump the npm_and_yarn group group in /docusaurus-docs with 1 update [#706](https://github.com/conda-incubator/conda-store/pull/706) ([@dependabot](https://github.com/dependabot))
34-
- MAINT - Update npm dependencies for docusaurus v3 [#704](https://github.com/conda-incubator/conda-store/pull/704) ([@pavithraes](https://github.com/pavithraes))
34+
- MAINT - Update npm dependencies for Docusaurus v3 [#704](https://github.com/conda-incubator/conda-store/pull/704) ([@pavithraes](https://github.com/pavithraes))
3535
- DOC - Basic migration of conda-store (core) docs [#685](https://github.com/conda-incubator/conda-store/pull/685) ([@pavithraes](https://github.com/pavithraes))
3636
- DEV - Disable code that depends on conda-docker [#667](https://github.com/conda-incubator/conda-store/pull/667) ([@nkaretnikov](https://github.com/nkaretnikov))
3737

conda-store-server/conda_store_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import typing
33
from pathlib import Path
44

5-
__version__ = "2024.1.1-rc1"
5+
__version__ = "2024.1.1"
66

77

88
CONDA_STORE_DIR = Path.home() / ".conda-store"

conda-store-server/hatch_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from hatchling.builders.hooks.plugin.interface import BuildHookInterface
1010

11-
CONDA_STORE_UI_VERSION = "2024.1.1-rc1"
11+
CONDA_STORE_UI_VERSION = "2024.1.1"
1212
CONDA_STORE_UI_URL = f"https://registry.npmjs.org/@conda-store/conda-store-ui/-/conda-store-ui-{CONDA_STORE_UI_VERSION}.tgz"
1313
CONDA_STORE_UI_FILES = [
1414
"main.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2024.1.1-rc1"
1+
__version__ = "2024.1.1"

0 commit comments

Comments
 (0)