File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.0 - 2018-12-0X
2+ ### Added
3+ * Support parsing ` Binds ` in ` createOptions `
4+ * Log in registries with credentials in deployment manifest
5+
6+ ### Changed
7+ * Fix authentication error when hostname is longer than 64
8+
19## 0.5.0 - 2018-10-31
210### Added
311* Support extended ` createOptions `
Original file line number Diff line number Diff line change 88pkg_resources .declare_namespace (__name__ )
99
1010__author__ = 'Microsoft Corporation'
11- __version__ = '0.5.0 '
11+ __version__ = '0.6.0rc0 '
1212__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
Original file line number Diff line number Diff line change 33"""
44from setuptools import find_packages , setup
55
6- VERSION = '0.5.0 '
6+ VERSION = '0.6.0rc0 '
77# If we have source, validate that our version numbers match
88# This should prevent uploading releases with mismatched versions.
99try :
You can’t perform that action at this time.
0 commit comments