File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 2.1.0 (2015-10-19)
7
+ ------------------
8
+
9
+ * move multiprocessing import inside parallel bulk for Google App Engine
10
+
6
11
2.0.0 (2015-10-14)
7
12
------------------
8
13
Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = '2.0 .0'
53
+ version = '2.1 .0'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '2.0 .0'
55
+ release = '2.1 .0'
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from __future__ import absolute_import
2
2
3
- VERSION = (2 , 0 , 0 )
3
+ VERSION = (2 , 1 , 0 )
4
4
__version__ = VERSION
5
5
__versionstr__ = '.' .join (map (str , VERSION ))
6
6
Original file line number Diff line number Diff line change 4
4
import sys
5
5
import os
6
6
7
- VERSION = (2 , 0 , 0 )
7
+ VERSION = (2 , 1 , 0 )
8
8
__version__ = VERSION
9
9
__versionstr__ = '.' .join (map (str , VERSION ))
10
10
You can’t perform that action at this time.
0 commit comments