Skip to content

Commit

Permalink
3.3.1 Release preparation (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue authored Jan 27, 2021
1 parent 13c1e6d commit 9631b5a
Show file tree
Hide file tree
Showing 3 changed files with 21 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.0)
project(Brion VERSION 3.3.1)
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.0'
__version__ = '3.3.1'

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

0 comments on commit 9631b5a

Please sign in to comment.