Skip to content

Commit

Permalink
3.3.7 Release preparation (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue authored Jan 27, 2022
1 parent 1005bcf commit 6195d83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion brain/python/brion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from . import neuron

__version__ = '3.3.6'
__version__ = '3.3.7'

# Import the test helper module if present
try:
Expand Down
7 changes: 7 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 6195d83

Please sign in to comment.