Skip to content

Commit

Permalink
REL - 2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jan 30, 2024
1 parent 1502d4f commit fa6f8b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
The project changed to `CalVer` in September 2023.

## [2024.1.1-rc1] - 2024-01-05
## [2024.1.1] - 2024-01-30

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

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

- ENH - Use string substitution in `normalized_channel_url` [#710](https://github.com/conda-incubator/conda-store/pull/710) ([@nkaretnikov](https://github.com/nkaretnikov))
- 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))
- MAINT - Update npm dependencies for docusaurus v3 [#704](https://github.com/conda-incubator/conda-store/pull/704) ([@pavithraes](https://github.com/pavithraes))
- MAINT - Update npm dependencies for Docusaurus v3 [#704](https://github.com/conda-incubator/conda-store/pull/704) ([@pavithraes](https://github.com/pavithraes))
- DOC - Basic migration of conda-store (core) docs [#685](https://github.com/conda-incubator/conda-store/pull/685) ([@pavithraes](https://github.com/pavithraes))
- DEV - Disable code that depends on conda-docker [#667](https://github.com/conda-incubator/conda-store/pull/667) ([@nkaretnikov](https://github.com/nkaretnikov))

Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import typing
from pathlib import Path

__version__ = "2024.1.1-rc1"
__version__ = "2024.1.1"


CONDA_STORE_DIR = Path.home() / ".conda-store"
Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

CONDA_STORE_UI_VERSION = "2024.1.1-rc1"
CONDA_STORE_UI_VERSION = "2024.1.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",
Expand Down
2 changes: 1 addition & 1 deletion conda-store/conda_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.1.1-rc1"
__version__ = "2024.1.1"

0 comments on commit fa6f8b9

Please sign in to comment.