Skip to content

Commit

Permalink
3.3.9 Release preparation (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue committed Jul 4, 2022
1 parent 8188000 commit be7ebd4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion brain/python/brion/__init__.py
Expand Up @@ -22,7 +22,7 @@

from . import neuron

__version__ = '3.3.8'
__version__ = '3.3.9'

# Import the test helper module if present
try:
Expand Down
9 changes: 9 additions & 0 deletions 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)
Expand Down

0 comments on commit be7ebd4

Please sign in to comment.