Skip to content

Commit 4fa9802

Browse files
authored
BRAYNS-664 Release 3.10.0. (#1285)
1 parent b5ee397 commit 4fa9802

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(BUILD_SHARED_LIBS ON)
1818
set(CMAKE_CXX_STANDARD 20)
1919
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2020

21-
project(Brayns VERSION 3.9.0)
21+
project(Brayns VERSION 3.10.0)
2222

2323
# Extra CMake scripts
2424
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake)

python/brayns/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# along with this library; if not, write to the Free Software Foundation, Inc.,
1919
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020

21-
VERSION = "3.9.0"
21+
VERSION = "3.10.0"
2222
"""Version tag of brayns Python package (major.minor.patch)."""

python/doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "3.9.0"
61+
version = "3.10.0"
6262
# The full version, including alpha/beta/rc tags.
6363
release = version
6464

python/doc/source/jsonrpcapi/api_atlasexplorer_methods.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This loader does not support loading binary data using 'upload-model'.
2727
"scalar",
2828
"orientation",
2929
"flatmap",
30-
"layer_distance"
30+
"layer_distance",
31+
"vector"
3132
]
3233
}
3334
},

python/doc/source/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brayns",
33
"description": "Brayns python API",
4-
"version": "3.9.0",
4+
"version": "3.10.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/BlueBrain/Brayns.git"

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = brayns
3-
version = 3.9.0
3+
version = 3.10.0
44
url = https://github.com/BlueBrain/Brayns
55
download_url = https://github.com/BlueBrain/Brayns
66
project_urls =

0 commit comments

Comments
 (0)