Skip to content

Commit

Permalink
BRAYNS-585: Release 3.3.0. (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 authored Oct 20, 2023
1 parent 6368a9e commit 881ff95
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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.2.2)
project(Brayns VERSION 3.3.0)

# Extra CMake scripts
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake)
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

**Implemented fixes and enhancements:**

- HTTP healthcheck support [\#1206] (https://github.com/BlueBrain/Brayns/pull/1206)
- Removed development deps from requirements.txt [\#1205] (https://github.com/BlueBrain/Brayns/pull/1205)
- Circuit loading is now 50% of the progress [\#1204] (https://github.com/BlueBrain/Brayns/pull/1204)
- Loading morphologies with one sphere per sample [\#1203] (https://github.com/BlueBrain/Brayns/pull/1203)

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

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

Expand Down
2 changes: 1 addition & 1 deletion python/doc/source/jsonrpcapi/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JSON-RPC API reference
.. toctree::
:maxdepth: 4

api_atlasexplorer_methods
api_cylindriccamera_methods
api_atlasexplorer_methods
api_circuitexplorer_methods
api_core_methods
2 changes: 1 addition & 1 deletion python/doc/source/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brayns",
"description": "Brayns python API",
"version": "3.2.2",
"version": "3.3.0",
"repository": {
"type": "git",
"url": "https://github.com/BlueBrain/Brayns.git"
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = brayns
version = 3.2.2
version = 3.3.0
url = https://github.com/BlueBrain/Brayns
download_url = https://github.com/BlueBrain/Brayns
project_urls =
Expand Down

0 comments on commit 881ff95

Please sign in to comment.