From 9631b5a3cf654bac401f9e9192e6b1a70dec8e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nadir=20Rom=C3=A1n=20Guerrero?= <NadirRoGue@users.noreply.github.com> Date: Wed, 27 Jan 2021 14:37:34 +0100 Subject: [PATCH] 3.3.1 Release preparation (#314) --- CMakeLists.txt | 2 +- brain/python/brion/__init__.py | 2 +- doc/Changelog.md | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4530de7d..4f7a9073 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.0) +project(Brion VERSION 3.3.1) set(Brion_VERSION_ABI 10) # Enforce C++14 standard diff --git a/brain/python/brion/__init__.py b/brain/python/brion/__init__.py index 698690a6..fca6357e 100644 --- a/brain/python/brion/__init__.py +++ b/brain/python/brion/__init__.py @@ -22,7 +22,7 @@ from . import neuron -__version__ = '3.3.0' +__version__ = '3.3.1' # Import the test helper module if present try: diff --git a/doc/Changelog.md b/doc/Changelog.md index a6dda3a8..69127009 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,6 +1,25 @@ Changelog {#Changelog} ========= +# Release 3.3.1 + +* [314](https://github.com/BlueBrain/Brion/pull/314) + 3.3.1 Release preparation +* [313](https://github.com/BlueBrain/Brion/pull/313) + Improve error message for GIDs out of range in report +* [312](https://github.com/BlueBrain/Brion/pull/312) + Handling MorphologyType from BlueConfig +* [311](https://github.com/BlueBrain/Brion/pull/311) + Handle 0 based GIDs on sonata files +* [310](https://github.com/BlueBrain/Brion/pull/310) + Miscelaneous fixes and updates +* [309](https://github.com/BlueBrain/Brion/pull/309) + Use env vars for setting PYTHON3_ROOT_DIR (wheel distribution) +* [307](https://github.com/BlueBrain/Brion/pull/307) + Fixes version number typo +* [306](https://github.com/BlueBrain/Brion/pull/306) + Fix for wrongly load check in synapse positions + # Release 3.3.0 * [305](https://github.com/BlueBrain/Brion/pull/305)