From f30dd8c6515a64d8be13ed7a7321dab0ccc04bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nadir=20Rom=C3=A1n=20Guerrero?= Date: Fri, 11 Mar 2022 09:19:15 +0100 Subject: [PATCH] 3.3.8 Release preparation (#344) --- CMakeLists.txt | 2 +- brain/python/brion/__init__.py | 2 +- doc/Changelog.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfdd2286..276b0beb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ # Base configuration cmake_minimum_required(VERSION 3.15 FATAL_ERROR) -project(Brion VERSION 3.3.7) +project(Brion VERSION 3.3.8) set(Brion_VERSION_ABI 10) # Enforce C++14 standard diff --git a/brain/python/brion/__init__.py b/brain/python/brion/__init__.py index 4ee8f683..2acd280f 100644 --- a/brain/python/brion/__init__.py +++ b/brain/python/brion/__init__.py @@ -22,7 +22,7 @@ from . import neuron -__version__ = '3.3.7' +__version__ = '3.3.8' # Import the test helper module if present try: diff --git a/doc/Changelog.md b/doc/Changelog.md index ba1ee448..f0ff1e88 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,6 +1,13 @@ Changelog {#Changelog} ========= +# Release 3.3.8 + +* [344](https://github.com/BlueBrain/Brion/pull/344) + 3.3.8 Release preparation +* [343](https://github.com/BlueBrain/Brion/pull/343) + Update dependencies to latest version and fixes legacy HDF5 compartment reader + # Release 3.3.7 * [342](https://github.com/BlueBrain/Brion/pull/342)