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

Commit f543e3b

Browse files
committed
Tag for 3.0.0rc1 release
1 parent 03d04ea commit f543e3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [3.0.0rc1] - 2017-11-08
56
### Changed
67
- Update VM size support
78
- SSH private key filemode check no longer results in an exception if it
@@ -991,7 +992,8 @@ transfer is disabled
991992
#### Added
992993
- Initial release
993994

994-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.0b1...HEAD
995+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...HEAD
996+
[3.0.0rc1]: https://github.com/Azure/batch-shipyard/compare/3.0.0b1...3.0.0rc1
995997
[3.0.0b1]: https://github.com/Azure/batch-shipyard/compare/3.0.0a2...3.0.0b1
996998
[3.0.0a2]: https://github.com/Azure/batch-shipyard/compare/3.0.0a1...3.0.0a2
997999
[3.0.0a1]: https://github.com/Azure/batch-shipyard/compare/2.9.6...3.0.0a1

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.0.0b1'
25+
__version__ = '3.0.0rc1'

0 commit comments

Comments
 (0)