From 1050c5da0e772ef77ea64f640f3d3611e9ecbb81 Mon Sep 17 00:00:00 2001 From: Fred Park Date: Fri, 5 May 2017 08:42:53 -0700 Subject: [PATCH] Tag for 2.6.2 release --- CHANGELOG.md | 13 ++++++++++++- convoy/version.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03135211..5aa9be0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [2.6.2] - 2017-05-05 +### Added +- Docker image build for `develop` branch + +### Changed +- Allow NVIDIA license agreement to be auto-confirmed via `-y` option +- Use requests for file downloading since it is already being installed +as a dependency +- Update dependencies to latest versions + ### Fixed - TensorFlow image not being set if no suitable image is found for `misc tensorboard` command @@ -575,7 +585,8 @@ transfer is disabled #### Added - Initial release -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.6.1...HEAD +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.6.2...HEAD +[2.6.2]: https://github.com/Azure/batch-shipyard/compare/2.6.1...2.6.2 [2.6.1]: https://github.com/Azure/batch-shipyard/compare/2.6.0...2.6.1 [2.6.0]: https://github.com/Azure/batch-shipyard/compare/2.6.0rc1...2.6.0 [2.6.0rc1]: https://github.com/Azure/batch-shipyard/compare/2.6.0b3...2.6.0rc1 diff --git a/convoy/version.py b/convoy/version.py index 2cd1961d..2ca9ac9d 100644 --- a/convoy/version.py +++ b/convoy/version.py @@ -22,4 +22,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = '2.6.1' +__version__ = '2.6.2'