Skip to content

Commit 381f1a1

Browse files
authored
3.3.5 Release Preparation (#338)
1 parent bbac413 commit 381f1a1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Base configuration
99
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
10-
project(Brion VERSION 3.3.4)
10+
project(Brion VERSION 3.3.5)
1111
set(Brion_VERSION_ABI 10)
1212

1313
# Enforce C++14 standard

brain/python/brion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from . import neuron
2424

25-
__version__ = '3.3.4'
25+
__version__ = '3.3.5'
2626

2727
# Import the test helper module if present
2828
try:

doc/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog {#Changelog}
22
=========
33

4+
# Release 3.3.5
5+
6+
* [332](https://github.com/BlueBrain/Brion/pull/332)
7+
Improves submodule handling. Fix morphio target aliasing
8+
49
# Release 3.3.4
510

611
* [327](https://github.com/BlueBrain/Brion/pull/327)

0 commit comments

Comments
 (0)