Skip to content

Commit 7327eb7

Browse files
authored
BRAYNS-644 Release 3.8.1. (#1266)
1 parent c0dd7b9 commit 7327eb7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.8.0)
21+
project(Brayns VERSION 3.8.1)
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.8.0"
21+
VERSION = "3.8.1"
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.8.0"
61+
version = "3.8.1"
6262
# The full version, including alpha/beta/rc tags.
6363
release = version
6464

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.8.0",
4+
"version": "3.8.1",
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.8.0
3+
version = 3.8.1
44
url = https://github.com/BlueBrain/Brayns
55
download_url = https://github.com/BlueBrain/Brayns
66
project_urls =

0 commit comments

Comments
 (0)