From 6195d83c68b4b8621d1558618e78653b6d86d8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nadir=20Rom=C3=A1n=20Guerrero?= Date: Thu, 27 Jan 2022 10:15:57 +0100 Subject: [PATCH] 3.3.7 Release preparation (#342) --- 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 86785d7c..bfdd2286 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.6) +project(Brion VERSION 3.3.7) set(Brion_VERSION_ABI 10) # Enforce C++14 standard diff --git a/brain/python/brion/__init__.py b/brain/python/brion/__init__.py index 7c3a5135..4ee8f683 100644 --- a/brain/python/brion/__init__.py +++ b/brain/python/brion/__init__.py @@ -22,7 +22,7 @@ from . import neuron -__version__ = '3.3.6' +__version__ = '3.3.7' # Import the test helper module if present try: diff --git a/doc/Changelog.md b/doc/Changelog.md index 64216c24..ba1ee448 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,6 +1,13 @@ Changelog {#Changelog} ========= +# Release 3.3.7 + +* [342](https://github.com/BlueBrain/Brion/pull/342) + 3.3.7 Release preparation +* [341](https://github.com/BlueBrain/Brion/pull/341) + Updates GLM submodules from 0.9.9.3 to 0.9.9.8 + # Release 3.3.6 * [339](https://github.com/BlueBrain/Brion/pull/339)