There was an error while loading. Please reload this page.
1 parent bbac413 commit 381f1a1Copy full SHA for 381f1a1
3 files changed
CMakeLists.txt
@@ -7,7 +7,7 @@
7
8
# Base configuration
9
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
10
-project(Brion VERSION 3.3.4)
+project(Brion VERSION 3.3.5)
11
set(Brion_VERSION_ABI 10)
12
13
# Enforce C++14 standard
brain/python/brion/__init__.py
@@ -22,7 +22,7 @@
22
23
from . import neuron
24
25
-__version__ = '3.3.4'
+__version__ = '3.3.5'
26
27
# Import the test helper module if present
28
try:
doc/Changelog.md
@@ -1,6 +1,11 @@
1
Changelog {#Changelog}
2
=========
3
4
+# Release 3.3.5
5
+
6
+* [332](https://github.com/BlueBrain/Brion/pull/332)
+ Improves submodule handling. Fix morphio target aliasing
# Release 3.3.4
* [327](https://github.com/BlueBrain/Brion/pull/327)
0 commit comments