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 33 Release History
44===============
55
6+ 2.0.3 (2017-04-17)
7+ ^^^^^^^^^^^^^^^^^^
8+
9+ * Improve performance of package load and command execution (#2819)
10+ * Alter JSON string parsing from shell (#2705)
11+
6122.0.2 (2017-04-03)
713^^^^^^^^^^^^^^^^^^
814
Original file line number Diff line number Diff line change 1111pkg_resources .declare_namespace (__name__ )
1212
1313__author__ = "Microsoft Corporation <[email protected] >" 14- __version__ = "2.0.2 +dev"
14+ __version__ = "2.0.3 +dev"
Original file line number Diff line number Diff line change 99from codecs import open
1010from setuptools import setup
1111
12- VERSION = "2.0.2 +dev"
12+ VERSION = "2.0.3 +dev"
1313
1414# If we have source, validate that our version numbers match
1515# This should prevent uploading releases with mismatched versions.
You can’t perform that action at this time.
0 commit comments