Skip to content

Commit

Permalink
BRAYNS-598 Release 4.5.0. (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 committed Dec 14, 2023
1 parent 2978ac0 commit e767fb4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 41 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.1)
project(Brayns VERSION 3.5.0)

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

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

**Implemented fixes and enhancements:**

- Fixed morphologies modeling and relax some checks [\#1220] (https://github.com/BlueBrain/Brayns/pull/1220)
- Fixed 100% CPU usage [\#1217] (https://github.com/BlueBrain/Brayns/pull/1217)
- Loaders are now on readthedocs.io [\#1216] (https://github.com/BlueBrain/Brayns/pull/1216)

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

**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.1"
VERSION = "3.5.0"
"""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.1"
version = "3.5.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
36 changes: 0 additions & 36 deletions python/doc/source/jsonrpcapi/api_core_methods.rst
Expand Up @@ -4078,42 +4078,6 @@ null.

----

exit-later
~~~~~~~~~~

Old monitoring, use 'quit' instead to stop the service.

.. attention::

This entrypoint is DEPRECATED, it will be removed or renamed in the next
major release.

**Params**:

.. jsonschema::

{
"type": "object",
"properties": {
"minutes": {
"description": "Number of minutes after which Brayns will shut down",
"type": "integer",
"minimum": 0
}
},
"required": [
"minutes"
],
"additionalProperties": false
}

**Result**:

This entrypoint has no result, the "result" field is still present but is always
null.

----

export-gbuffers
~~~~~~~~~~~~~~~

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.1",
"version": "3.5.0",
"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.1
version = 3.5.0
url = https://github.com/BlueBrain/Brayns
download_url = https://github.com/BlueBrain/Brayns
project_urls =
Expand Down

0 comments on commit e767fb4

Please sign in to comment.