We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a79564 commit 76ee314Copy full SHA for 76ee314
doc/whats-new.rst
@@ -1,8 +1,8 @@
1
What's New
2
==========
3
4
-v0.3.1 (not yet released)
5
---------------------------
+v0.3.1 (22 October, 2014)
+-------------------------
6
7
This is mostly a bug-fix release to make xray compatible with the latest
8
release of pandas (v0.15).
setup.py
@@ -9,7 +9,7 @@
9
MAJOR = 0
10
MINOR = 3
11
MICRO = 1
12
-ISRELEASED = False
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
0 commit comments