diff --git a/azure-mgmt-batch/HISTORY.rst b/azure-mgmt-batch/HISTORY.rst index 82c13322b2c3..0b76e6da402a 100644 --- a/azure-mgmt-batch/HISTORY.rst +++ b/azure-mgmt-batch/HISTORY.rst @@ -3,6 +3,14 @@ Release History =============== +5.0.1 (2018-05-25) +++++++++++++++++++ + +**Bugfixes** + +- Compatibility of the sdist with wheel 0.31.0 +- msrestazure dependency version range + 5.0.0 (2017-11-13) ++++++++++++++++++ diff --git a/azure-mgmt-batch/sdk_packaging.toml b/azure-mgmt-batch/sdk_packaging.toml new file mode 100644 index 000000000000..5d112a76b6b5 --- /dev/null +++ b/azure-mgmt-batch/sdk_packaging.toml @@ -0,0 +1,5 @@ +[packaging] +package_name = "azure-mgmt-batch" +package_pprint_name = "Batch Management" +package_doc_id = "batch" +is_stable = true diff --git a/azure-mgmt-batch/setup.cfg b/azure-mgmt-batch/setup.cfg index 0be29eb3bc63..856f4164982c 100644 --- a/azure-mgmt-batch/setup.cfg +++ b/azure-mgmt-batch/setup.cfg @@ -1,3 +1,3 @@ [bdist_wheel] universal=1 -azure-namespace-package=azure-mgmt-nspkg +azure-namespace-package=azure-mgmt-nspkg \ No newline at end of file diff --git a/azure-mgmt-batch/setup.py b/azure-mgmt-batch/setup.py index a5cd0b216608..3498c2e0f75c 100644 --- a/azure-mgmt-batch/setup.py +++ b/azure-mgmt-batch/setup.py @@ -69,7 +69,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', @@ -78,7 +77,7 @@ zip_safe=False, packages=find_packages(exclude=["tests"]), install_requires=[ - 'msrestazure~=0.4.11', + 'msrestazure>=0.4.27,<2.0.0', 'azure-common~=1.1', ], cmdclass=cmdclass