Skip to content

Commit

Permalink
3.3.4 Release Preparation (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue authored Sep 15, 2021
1 parent 3a16c5a commit cd9980a
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.3)
project(Brion VERSION 3.3.4)
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.3'
__version__ = '3.3.4'

# 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.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)
Expand Down

0 comments on commit cd9980a

Please sign in to comment.