From be7ebd4b7a4d6fadae9296de56d01d324c103b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nadir=20Rom=C3=A1n=20Guerrero?= Date: Mon, 4 Jul 2022 09:29:05 +0200 Subject: [PATCH] 3.3.9 Release preparation (#350) --- CMakeLists.txt | 2 +- brain/python/brion/__init__.py | 2 +- doc/Changelog.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 276b0beb..536968dc 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.8) +project(Brion VERSION 3.3.9) set(Brion_VERSION_ABI 10) # Enforce C++14 standard diff --git a/brain/python/brion/__init__.py b/brain/python/brion/__init__.py index 2acd280f..2ec64d5c 100644 --- a/brain/python/brion/__init__.py +++ b/brain/python/brion/__init__.py @@ -22,7 +22,7 @@ from . import neuron -__version__ = '3.3.8' +__version__ = '3.3.9' # Import the test helper module if present try: diff --git a/doc/Changelog.md b/doc/Changelog.md index f0ff1e88..c6b37dc4 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,6 +1,15 @@ Changelog {#Changelog} ========= +# Release 3.3.9 + +* [350](https://github.com/BlueBrain/Brion/pull/350) + 3.3.9 Release preparation +* [349](https://github.com/BlueBrain/Brion/pull/349) + Update libsonata and Highfive to latest releases. Removes meshHDF5 +* [345](https://github.com/BlueBrain/Brion/pull/345) + Fix currentDir handling + # Release 3.3.8 * [344](https://github.com/BlueBrain/Brion/pull/344)