Skip to content

Commit 76ee314

Browse files
committed
finalize v0.3.1
1 parent 5a79564 commit 76ee314

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/whats-new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
What's New
22
==========
33

4-
v0.3.1 (not yet released)
5-
--------------------------
4+
v0.3.1 (22 October, 2014)
5+
-------------------------
66

77
This is mostly a bug-fix release to make xray compatible with the latest
88
release of pandas (v0.15).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MAJOR = 0
1010
MINOR = 3
1111
MICRO = 1
12-
ISRELEASED = False
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

0 commit comments

Comments
 (0)