Skip to content

Commit

Permalink
update version numbers and changelog for 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
toddrjen committed Jan 30, 2014
1 parent 22984da commit 169c5f4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.2'
release = '0.3.3'

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

To download and install manually, download:

http://pypi.python.org/packages/source/n/neo/neo-0.3.2.tar.gz
http://pypi.python.org/packages/source/n/neo/neo-0.3.3.tar.gz

Then::

$ tar xzf neo-0.3.2.tar.gz
$ cd neo-0.3.2
$ tar xzf neo-0.3.3.tar.gz
$ cd neo-0.3.3
$ python setup.py install
or::
Expand Down
7 changes: 7 additions & 0 deletions doc/source/whatisnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Release notes
*************


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

* fix a bug in PlexonIO where some EventArrays only load 1 element.
* fix a bug in BrainwareSrcIo for segments with no spikes.


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

Expand Down
2 changes: 1 addition & 1 deletion neo/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

version = '0.3.2'
version = '0.3.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name = "neo",
version = '0.3.2',
version = '0.3.3',
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 169c5f4

Please sign in to comment.