Skip to content

Commit 169c5f4

Browse files
committed
update version numbers and changelog for 0.3.3 release
1 parent 22984da commit 169c5f4

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '0.3'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.3.2'
54+
release = '0.3.3'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

doc/source/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ on).
5353

5454
To download and install manually, download:
5555

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

5858
Then::
5959

60-
$ tar xzf neo-0.3.2.tar.gz
61-
$ cd neo-0.3.2
60+
$ tar xzf neo-0.3.3.tar.gz
61+
$ cd neo-0.3.3
6262
$ python setup.py install
6363
6464
or::

doc/source/whatisnew.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Release notes
33
*************
44

55

6+
What's new in version 0.3.3?
7+
----------------------------
8+
9+
* fix a bug in PlexonIO where some EventArrays only load 1 element.
10+
* fix a bug in BrainwareSrcIo for segments with no spikes.
11+
12+
613
What's new in version 0.3.2?
714
----------------------------
815

neo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
version = '0.3.2'
3+
version = '0.3.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name = "neo",
17-
version = '0.3.2',
17+
version = '0.3.3',
1818
packages = ['neo', 'neo.core', 'neo.io', 'neo.test', 'neo.test.iotest'],
1919
install_requires=install_requires,
2020
author = "Neo authors and contributors",

0 commit comments

Comments
 (0)