From 0ad9efbbc4c553307807a4d9e137aadefa6f444e Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Fri, 1 Nov 2024 09:26:25 -0400 Subject: [PATCH] 0.24.0 release --- .github/workflows/main.yml | 6 +++--- CMakeLists.txt | 2 +- .../cesium/performance/app/extension.py | 2 +- exts/cesium.omniverse/config/extension.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5be4590..90aeac0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - { name: "Ubuntu - GCC", artifact: "linux-gcc.tar.xz", - os: ubuntu-latest, + os: ubuntu-24.04, cc: "gcc-13", cxx: "g++-13", build-type: "Release", @@ -45,7 +45,7 @@ jobs: - { name: "AlmaLinux 8 - GCC", artifact: "linux-gcc.tar.xz", - os: ubuntu-latest, + os: ubuntu-24.04, cc: "gcc-13", cxx: "g++-13", build-type: "Release", @@ -139,7 +139,7 @@ jobs: run: | sudo apt update sudo apt install -y doxygen clang-tidy-15 gcovr - sudo pip3 install conan==1.63.0 black==23.1.0 flake8==7.1.1 --break-system-packages --ignore-installed + sudo pip3 install conan==1.63.0 black==23.1.0 flake8==7.1.1 --ignore-installed # Could not figure out how to add Chocolatey libraries to the PATH automatically with refreshenv, so # hardcoding their locations instead. Followed these instructions for adding to the PATH on PowerShell: diff --git a/CMakeLists.txt b/CMakeLists.txt index 88c9a6bc..4107ad34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() # Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag project( CesiumOmniverse - VERSION 0.23.0 + VERSION 0.24.0 DESCRIPTION "Cesium for Omniverse" LANGUAGES CXX C) diff --git a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py index 19b3f190..fdf12afa 100644 --- a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py +++ b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py @@ -23,7 +23,7 @@ Tokens as CesiumTokens, ) -ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiNTNkYTkwNC0wNTY2LTQyZmEtYWI0Yi0zYWFiMjRiZTU2ZDUiLCJpZCI6MjU5LCJpYXQiOjE3Mjc3OTEyMTR9.So0Ir4rAmd5TPC5tEeLH1SthFiCkRpEvP_wzGFP2QCQ" # noqa: E501 +ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkZWI3NjA5Yy01Mjc1LTQzMmMtYTg5NS00NDU0NzI1ZWUzYTkiLCJpZCI6MjU5LCJpYXQiOjE3MzA0NjY1NDJ9.LAGLqUcOI1wUKYvpEYfgd0PfAbAB0pN9KsZjiMlyCks" # noqa: E501 GOOGLE_3D_TILES_ION_ID = 2275207 CESIUM_DATA_PRIM_PATH = "/Cesium" diff --git a/exts/cesium.omniverse/config/extension.toml b/exts/cesium.omniverse/config/extension.toml index 308bb32b..4320eb33 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.23.0" +version = "0.24.0" category = "simulation" feature = false app = false