Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
****** BRIAN 1.4.4 ******
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Dec 8, 2017
1 parent 507d958 commit 31c72e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A clock-driven simulator for spiking neural networks
====================================================

Version: 1.4.4dev
Version: 1.4.4
Authors:
Romain Brette
http://romainbrette.fr
Expand Down Expand Up @@ -54,7 +54,9 @@ See the documentation in the extras download, or online:
Version 1.4.3 to 1.4.4
----------------------
A minor bugfix release to fix incompatibilities with recent numpy versions
(>= 1.13), and to prepare for the removal of deprecated sympy features.
(>= 1.13), and to prepare for the removal of deprecated sympy features. Also
fixes a potential matplotlib issue with realtime plotting (contributed by
Pedro Machado)

Version 1.4.2 to 1.4.3
----------------------
Expand Down
4 changes: 2 additions & 2 deletions brian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
from deprecated.multiplespikegeneratorgroup import *
from tests.simpletest import *

__version__ = '1.4.4dev'
__release_date__ = '2017-12-04'
__version__ = '1.4.4'
__release_date__ = '2017-12-08'

### Define global preferences which are not defined anywhere else

Expand Down
2 changes: 1 addition & 1 deletion brian_setup_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.4.4dev'
version = '1.4.4'

# the create_extras.py script will automatically generate an extras files
# containing the following files
Expand Down
2 changes: 1 addition & 1 deletion docs_sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.4dev'
release = '1.4.4'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down

0 comments on commit 31c72e9

Please sign in to comment.