File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ Changelog
55
666.4.0 (dev)
77-----------
8+
9+ 6.3.1 (2018-08-09)
10+ ------------------
811 * Removed deprecated option ``update_all_types ``.
12+ * Pass retry object instead of False in urllib3
13+ * Add support for `allow_partial_search_results `
14+ * Deprecate `update_all_types `
915
10166.3.0 (2018-06-20)
1117-----------
Original file line number Diff line number Diff line change 11from __future__ import absolute_import
22
3- VERSION = (6 , 3 , 0 )
3+ VERSION = (6 , 3 , 1 )
44__version__ = VERSION
55__versionstr__ = '.' .join (map (str , VERSION ))
66
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44import sys
55
6- VERSION = (6 , 3 , 0 )
6+ VERSION = (6 , 3 , 1 )
77__version__ = VERSION
88__versionstr__ = '.' .join (map (str , VERSION ))
99
You can’t perform that action at this time.
0 commit comments