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

Commit 1d5cdcb

Browse files
committed
Tag for 2.9.3 release
1 parent 59ad8d1 commit 1d5cdcb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.9.3] - 2017-08-29
6+
### Fixed
7+
- Ignore `resize_timeout` for autoscale-enabled pools
8+
- Present a warning for `jobs migrate` indicating Docker image requirements
9+
- Various doc typos and updates
10+
511
## [2.9.2] - 2017-08-16
612
### Added
713
- Deep learning Jupyter notebooks (thanks to @msalvaris and @thdeltei)
@@ -820,7 +826,8 @@ transfer is disabled
820826
#### Added
821827
- Initial release
822828

823-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.9.2...HEAD
829+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.9.3...HEAD
830+
[2.9.3]: https://github.com/Azure/batch-shipyard/compare/2.9.2...2.9.3
824831
[2.9.2]: https://github.com/Azure/batch-shipyard/compare/2.9.0rc1...2.9.2
825832
[2.9.0rc1]: https://github.com/Azure/batch-shipyard/compare/2.9.0b2...2.9.0rc1
826833
[2.9.0b2]: https://github.com/Azure/batch-shipyard/compare/2.9.0b1...2.9.0b2

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__ = '2.9.2'
25+
__version__ = '2.9.3'

0 commit comments

Comments
 (0)