Skip to content

Commit

Permalink
BRAYNS-592 Release 3.4.1. (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 committed Nov 8, 2023
1 parent 3c828ef commit e082d23
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ set(BUILD_SHARED_LIBS ON)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(Brayns VERSION 3.4.0)
project(Brayns VERSION 3.4.1)

# Extra CMake scripts
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake)
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
@@ -1,5 +1,11 @@
# Change Log

## [3.4.1](https://github.com/BlueBrain/Brayns/tree/3.4.1)

**Implemented fixes and enhancements:**

- Fix morphology default settings and allow soma only [\#1213] (https://github.com/BlueBrain/Brayns/pull/1213)

## [3.4.0](https://github.com/BlueBrain/Brayns/tree/3.4.0)

**Implemented fixes and enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion python/brayns/version.py
Expand Up @@ -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.4.0"
VERSION = "3.4.1"
"""Version tag of brayns Python package (major.minor.patch)."""
2 changes: 1 addition & 1 deletion python/doc/source/conf.py
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The short X.Y version.
version = "3.4.0"
version = "3.4.1"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion python/doc/source/metadata.json
@@ -1,7 +1,7 @@
{
"name": "brayns",
"description": "Brayns python API",
"version": "3.4.0",
"version": "3.4.1",
"repository": {
"type": "git",
"url": "https://github.com/BlueBrain/Brayns.git"
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = brayns
version = 3.4.0
version = 3.4.1
url = https://github.com/BlueBrain/Brayns
download_url = https://github.com/BlueBrain/Brayns
project_urls =
Expand Down

0 comments on commit e082d23

Please sign in to comment.