Skip to content

Commit

Permalink
***** Release Brian2 2.0b2 *****
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 11, 2015
1 parent c0def46 commit 8fea4aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions brian2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@

__docformat__ = "restructuredtext en"

__version__ = '2.0beta'
__release_date__ = '2014-11-03'
__version__ = '2.0b2'
__release_date__ = '2015-03-11'

from brian2.only import *

Expand Down
4 changes: 2 additions & 2 deletions docs_sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '2.0bet'
version = '2.0b'
# The full version, including alpha/beta/rc tags.
release = '2.0beta'
release = '2.0b2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def build_extension(self, ext):
'''

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

0 comments on commit 8fea4aa

Please sign in to comment.