File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.0.37
7+ ++++++
8+ * Minor fixes
9+
6102.0.36
711++++++
812* Minor fixes
Original file line number Diff line number Diff line change 44# --------------------------------------------------------------------------------------------
55from __future__ import print_function
66
7- __version__ = "2.0.36 "
7+ __version__ = "2.0.37 "
88
99import os
1010import sys
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ def start():
220220 _session .start_time = datetime .datetime .utcnow ()
221221
222222
223+ @_user_agrees_to_telemetry
223224@decorators .suppress_all_exceptions (raise_in_diagnostics = True )
224225def flush ():
225226 # flush out current information
Original file line number Diff line number Diff line change 1515 logger .warn ("Wheel is not available, disabling bdist_wheel hook" )
1616 cmdclass = {}
1717
18- VERSION = "2.0.36 "
18+ VERSION = "2.0.37 "
1919# If we have source, validate that our version numbers match
2020# This should prevent uploading releases with mismatched versions.
2121try :
Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.0.37
7+ ++++++
8+ * Minor fixes
9+
6102.0.36
711++++++
812* Minor fixes
Original file line number Diff line number Diff line change 1111pkg_resources .declare_namespace (__name__ )
1212
1313__author__ = "Microsoft Corporation <python@microsoft.com>"
14- __version__ = "2.0.36 "
14+ __version__ = "2.0.37 "
Original file line number Diff line number Diff line change 1515 logger .warn ("Wheel is not available, disabling bdist_wheel hook" )
1616 cmdclass = {}
1717
18- VERSION = "2.0.36 "
18+ VERSION = "2.0.37 "
1919# If we have source, validate that our version numbers match
2020# This should prevent uploading releases with mismatched versions.
2121try :
You can’t perform that action at this time.
0 commit comments