File tree Expand file tree Collapse file tree 5 files changed +14
-3
lines changed
Expand file tree Collapse file tree 5 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 33 SDK Release History
44===================
55
6+ 4.0.1 (2018-10-04)
7+ ------------------
8+
9+ * Clean up code to meet Python standards
10+
6114.0.0 (2018-08-29)
712------------------
813
Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
55
6- VERSION = "4.0.0 "
6+ VERSION = "4.0.1 "
Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.5.1 (2018-10-04)
7+ ------------------
8+
9+ * Pin version of pycparser due to CLI breaking change
10+
6112.5.0 (2018-08-29)
712------------------
813
Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
55
6- VERSION = "2.5.0 "
6+ VERSION = "2.5.1 "
Original file line number Diff line number Diff line change 2727]
2828
2929DEPENDENCIES = [
30- 'azure-batch-extensions>=4.0.0,<4.1'
30+ 'azure-batch-extensions>=4.0.0,<4.1' ,
31+ 'pycparser==2.18'
3132]
3233
3334# Version extraction inspired from 'requests'
You can’t perform that action at this time.
0 commit comments