Skip to content

Commit 481fef1

Browse files
authored
azure-mgmt-batch 5.0.1 (#2633)
1 parent 7f93bcf commit 481fef1

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

azure-mgmt-batch/HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release History
44
===============
55

6+
5.0.1 (2018-05-25)
7+
++++++++++++++++++
8+
9+
**Bugfixes**
10+
11+
- Compatibility of the sdist with wheel 0.31.0
12+
- msrestazure dependency version range
13+
614
5.0.0 (2017-11-13)
715
++++++++++++++++++
816

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[packaging]
2+
package_name = "azure-mgmt-batch"
3+
package_pprint_name = "Batch Management"
4+
package_doc_id = "batch"
5+
is_stable = true

azure-mgmt-batch/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[bdist_wheel]
22
universal=1
3-
azure-namespace-package=azure-mgmt-nspkg
3+
azure-namespace-package=azure-mgmt-nspkg

azure-mgmt-batch/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
'Programming Language :: Python :: 2',
7070
'Programming Language :: Python :: 2.7',
7171
'Programming Language :: Python :: 3',
72-
'Programming Language :: Python :: 3.3',
7372
'Programming Language :: Python :: 3.4',
7473
'Programming Language :: Python :: 3.5',
7574
'Programming Language :: Python :: 3.6',
@@ -78,7 +77,7 @@
7877
zip_safe=False,
7978
packages=find_packages(exclude=["tests"]),
8079
install_requires=[
81-
'msrestazure~=0.4.11',
80+
'msrestazure>=0.4.27,<2.0.0',
8281
'azure-common~=1.1',
8382
],
8483
cmdclass=cmdclass

0 commit comments

Comments
 (0)