Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Oct 8, 2013
1 parent cec56a0 commit fa4e73d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.1dev'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on).

To download and install manually, download:

http://pypi.python.org/packages/source/n/neo/neo-0.3.0.tar.gz
http://pypi.python.org/packages/source/n/neo/neo-0.3.1.tar.gz

Then::

Expand Down Expand Up @@ -106,6 +106,7 @@ Spike2IO Yes Yes
TdtIO Yes No
WinEdrIO Yes Yes
WinWcpIO Yes Yes
NeuroscopeIO Yes Yes
================== ======== ========


Expand Down
8 changes: 8 additions & 0 deletions doc/source/whatisnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Release notes
*************


What's new in version 0.3.1?
----------------------------

* lazy/cascading improvement
* load_lazy_olbject() in neo.io added
* added NeuroscopeIO


What's new in version 0.3.0?
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion neo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.3.1dev'
version = '0.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name = "neo",
version = '0.3.1dev',
version = '0.3.1',
packages = ['neo', 'neo.core', 'neo.io', 'neo.test', 'neo.test.iotest'],
install_requires=install_requires,
author = "Neo authors and contributors",
Expand Down

0 comments on commit fa4e73d

Please sign in to comment.