Skip to content

Commit 76ee314

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/whats-new.rst

+2-2
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

+1-1
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)