Skip to content

Commit

Permalink
Release v1.23.4 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jan 30, 2023
1 parent bd31a5b commit 62e404d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-conda-cpu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: k2

- name: Display Python version
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-conda-cpu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: k2

- name: Install conda dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-conda-cuda-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: k2

- name: Display Python version
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ message(STATUS "Enabled languages: ${languages}")

project(k2 ${languages})

set(K2_VERSION "1.23.3")
set(K2_VERSION "1.23.4")

# ----------------- Supported build types for K2 project -----------------
set(K2_ALLOWABLE_BUILD_TYPES Debug Release RelWithDebInfo MinSizeRel)
Expand Down

0 comments on commit 62e404d

Please sign in to comment.