File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ tseries : pandas/lib.pyx pandas/tslib.pyx pandas/hashtable.pyx
2
+ python setup.py build_ext --inplace
3
+
1
4
.PHONY : clean develop build clean clean_pyc tseries doc
2
5
3
6
clean : clean_pyc
@@ -7,9 +10,6 @@ clean: clean_pyc
7
10
clean_pyc :
8
11
-find . -name ' *.pyc' -exec rm {} \; -or -name ' *.pyo' -exec rm {} \;
9
12
10
- tseries : pandas/lib.pyx pandas/tslib.pyx pandas/hashtable.pyx
11
- python setup.py build_ext --inplace
12
-
13
13
sparse : pandas/src/sparse.pyx
14
14
python setup.py build_ext --inplace
15
15
Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ def build_extensions(self):
189
189
MAJOR = 0
190
190
MINOR = 12
191
191
MICRO = 0
192
- ISRELEASED = False
192
+ ISRELEASED = True
193
193
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
194
- QUALIFIER = ''
194
+ QUALIFIER = 'rc1 '
195
195
196
196
FULLVERSION = VERSION
197
197
if not ISRELEASED :
You can’t perform that action at this time.
0 commit comments