From 4fa980253053195e1d2129688719fbd901c05518 Mon Sep 17 00:00:00 2001 From: Adrien4193 <39053578+Adrien4193@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:13:42 +0200 Subject: [PATCH] BRAYNS-664 Release 3.10.0. (#1285) --- CMakeLists.txt | 2 +- python/brayns/version.py | 2 +- python/doc/source/conf.py | 2 +- python/doc/source/jsonrpcapi/api_atlasexplorer_methods.rst | 3 ++- python/doc/source/metadata.json | 2 +- python/setup.cfg | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95e1ae3a5..1b028cea4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(BUILD_SHARED_LIBS ON) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) -project(Brayns VERSION 3.9.0) +project(Brayns VERSION 3.10.0) # Extra CMake scripts list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake) diff --git a/python/brayns/version.py b/python/brayns/version.py index 6a13eced1..90182fd17 100644 --- a/python/brayns/version.py +++ b/python/brayns/version.py @@ -18,5 +18,5 @@ # along with this library; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -VERSION = "3.9.0" +VERSION = "3.10.0" """Version tag of brayns Python package (major.minor.patch).""" diff --git a/python/doc/source/conf.py b/python/doc/source/conf.py index f933b173c..e6b37dded 100644 --- a/python/doc/source/conf.py +++ b/python/doc/source/conf.py @@ -58,7 +58,7 @@ # built documents. # # The short X.Y version. -version = "3.9.0" +version = "3.10.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/python/doc/source/jsonrpcapi/api_atlasexplorer_methods.rst b/python/doc/source/jsonrpcapi/api_atlasexplorer_methods.rst index ef7f8f6f0..061223b67 100644 --- a/python/doc/source/jsonrpcapi/api_atlasexplorer_methods.rst +++ b/python/doc/source/jsonrpcapi/api_atlasexplorer_methods.rst @@ -27,7 +27,8 @@ This loader does not support loading binary data using 'upload-model'. "scalar", "orientation", "flatmap", - "layer_distance" + "layer_distance", + "vector" ] } }, diff --git a/python/doc/source/metadata.json b/python/doc/source/metadata.json index 733468c8f..7513e778f 100644 --- a/python/doc/source/metadata.json +++ b/python/doc/source/metadata.json @@ -1,7 +1,7 @@ { "name": "brayns", "description": "Brayns python API", - "version": "3.9.0", + "version": "3.10.0", "repository": { "type": "git", "url": "https://github.com/BlueBrain/Brayns.git" diff --git a/python/setup.cfg b/python/setup.cfg index 17f1adf31..6b5cd08f4 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = brayns -version = 3.9.0 +version = 3.10.0 url = https://github.com/BlueBrain/Brayns download_url = https://github.com/BlueBrain/Brayns project_urls =