From cd9980a9257cf1cd159347b315ad6779bfbdef89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nadir=20Rom=C3=A1n=20Guerrero?= Date: Wed, 15 Sep 2021 10:06:55 +0200 Subject: [PATCH] 3.3.4 Release Preparation (#327) --- 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 ce6e7234..ecab634a 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.3) +project(Brion VERSION 3.3.4) set(Brion_VERSION_ABI 10) # Enforce C++14 standard diff --git a/brain/python/brion/__init__.py b/brain/python/brion/__init__.py index 29610131..76f1b3ec 100644 --- a/brain/python/brion/__init__.py +++ b/brain/python/brion/__init__.py @@ -22,7 +22,7 @@ from . import neuron -__version__ = '3.3.3' +__version__ = '3.3.4' # Import the test helper module if present try: diff --git a/doc/Changelog.md b/doc/Changelog.md index 6104faec..12d39125 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,6 +1,13 @@ Changelog {#Changelog} ========= +# Release 3.3.4 + +* [327](https://github.com/BlueBrain/Brion/pull/327) + 3.3.4 Release preparation +* [326](https://github.com/BlueBrain/Brion/pull/326) + Add extra checks to choose the appropiate synapse handling class + # Release 3.3.3 * [325](https://github.com/BlueBrain/Brion/pull/325)