Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit d3fccd6

Browse files
committed
Tag for 3.7.1 release
1 parent 3c37622 commit d3fccd6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [3.7.1] - 2019-07-23
6+
### Fixed
7+
- Detection of graph root was broken with new version of Docker client (CLI)
8+
on GPU pools ([#291](https://github.com/Azure/batch-shipyard/issues/291))
9+
510
## [3.7.0] - 2019-02-28
611
### Added
712
- Slurm on Batch support: provision Slurm clusters with elastic cloud bursting
@@ -1521,7 +1526,8 @@ transfer is disabled
15211526
#### Added
15221527
- Initial release
15231528

1524-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.7.0...HEAD
1529+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.7.1...HEAD
1530+
[3.7.1]: https://github.com/Azure/batch-shipyard/compare/3.7.0...3.7.1
15251531
[3.7.0]: https://github.com/Azure/batch-shipyard/compare/3.6.1...3.7.0
15261532
[3.6.1]: https://github.com/Azure/batch-shipyard/compare/3.6.0...3.6.1
15271533
[3.6.0]: https://github.com/Azure/batch-shipyard/compare/3.6.0b1...3.6.0

convoy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
# DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = '3.7.0'
25+
__version__ = '3.7.1'

0 commit comments

Comments
 (0)