From 9204d4a1914773490eae9aaaeb32b844ce54b5c7 Mon Sep 17 00:00:00 2001 From: Adrien4193 <39053578+Adrien4193@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:32:01 +0100 Subject: [PATCH] BRAYNS-590 Release 3.4.0. (#1212) --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ python/brayns/version.py | 2 +- python/doc/source/conf.py | 2 +- python/doc/source/metadata.json | 2 +- python/setup.cfg | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3aab6638..efc9dd7b5 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.3.0) +project(Brayns VERSION 3.4.0) # Extra CMake scripts list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake) diff --git a/Changelog.md b/Changelog.md index 779b1522a..266b37a5f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Change Log +## [3.4.0](https://github.com/BlueBrain/Brayns/tree/3.4.0) + +**Implemented fixes and enhancements:** + +- Fix morphology orientations [\#1210] (https://github.com/BlueBrain/Brayns/pull/1210) +- Fix morphology path validation [\#1209] (https://github.com/BlueBrain/Brayns/pull/1209) +- Cell placement loader with IDs and morphology settings [\#1208] (https://github.com/BlueBrain/Brayns/pull/1208) + ## [3.3.0](https://github.com/BlueBrain/Brayns/tree/3.3.0) **Implemented fixes and enhancements:** diff --git a/python/brayns/version.py b/python/brayns/version.py index 0273d18fc..75cc58144 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.3.0" +VERSION = "3.4.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 e68f58505..05f8c10c0 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.3.0" +version = "3.4.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/python/doc/source/metadata.json b/python/doc/source/metadata.json index a41cc486f..a694833c6 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.3.0", + "version": "3.4.0", "repository": { "type": "git", "url": "https://github.com/BlueBrain/Brayns.git" diff --git a/python/setup.cfg b/python/setup.cfg index ecba62818..43f2a1e9b 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = brayns -version = 3.3.0 +version = 3.4.0 url = https://github.com/BlueBrain/Brayns download_url = https://github.com/BlueBrain/Brayns project_urls =