Skip to content

Commit

Permalink
***** Release Brian2 2.2.2.1 *****
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 29, 2019
1 parent 90fe452 commit ddf44c2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion brian2/__init__.py
Expand Up @@ -62,7 +62,7 @@ def _check_dependencies():

__docformat__ = "restructuredtext en"

__version__ = '2.2.2'
__version__ = '2.2.2.1'
__release_date__ = '2019-03-29'

from brian2.only import *
Expand Down
2 changes: 1 addition & 1 deletion dev/conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: brian2
version: "2.2.2"
version: "2.2.2.1"

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion docs_sphinx/conf.py
Expand Up @@ -107,7 +107,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.2'
release = '2.2.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 5 additions & 2 deletions docs_sphinx/introduction/release_notes.rst
@@ -1,15 +1,18 @@
Release notes
=============

Brian 2.2.2
-----------
Brian 2.2.2.1
-------------
This is a bug-fix release that fixes several bugs and adds a few minor new
features. We recommend all users of Brian 2 to upgrade.

As always, please report bugs or suggestions to the github bug tracker
(https://github.com/brian-team/brian2/issues) or to the brian-development
mailing list (brian-development@googlegroups.com).

[Note that the original upload of this release was version 2.2.2, but due to
a mistake in the released archive, it has been uploaded again as version 2.2.2.1]

Selected improvements and bug fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Fix an issue with the synapses generator syntax (:issue:`1037`).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -134,7 +134,7 @@ def build_extension(self, ext):
'''

setup(name='Brian2',
version='2.2.2',
version='2.2.2.1',
packages=find_packages(),
package_data={# include template files
'brian2.codegen.runtime.numpy_rt': ['templates/*.py_'],
Expand Down

0 comments on commit ddf44c2

Please sign in to comment.