File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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+
14.PHONY : clean develop build clean clean_pyc tseries doc
25
36clean : clean_pyc
@@ -7,9 +10,6 @@ clean: clean_pyc
710clean_pyc :
811-find . -name ' *.pyc' -exec rm {} \; -or -name ' *.pyo' -exec rm {} \;
912
10- tseries : pandas/lib.pyx pandas/tslib.pyx pandas/hashtable.pyx
11- python setup.py build_ext --inplace
12-
1313sparse : pandas/src/sparse.pyx
1414python setup.py build_ext --inplace
1515
Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ def build_extensions(self):
189189MAJOR = 0
190190MINOR = 12
191191MICRO = 0
192- ISRELEASED = False
192+ ISRELEASED = True
193193VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
194- QUALIFIER = ''
194+ QUALIFIER = 'rc1 '
195195
196196FULLVERSION = VERSION
197197if not ISRELEASED :
You can’t perform that action at this time.
0 commit comments