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

Commit 754b5ee

Browse files
committed
Tag for 2.9.0b2 release
1 parent 8a396f0 commit 754b5ee

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+
## [2.9.0b2] - 2017-08-04
56
### Added
67
- `random` and `file` task factories. See task factory guide for more
78
information.
@@ -779,7 +780,8 @@ transfer is disabled
779780
#### Added
780781
- Initial release
781782

782-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.9.0b1...HEAD
783+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.9.0b2...HEAD
784+
[2.9.0b2]: https://github.com/Azure/batch-shipyard/compare/2.9.0b1...2.9.0b2
783785
[2.9.0b1]: https://github.com/Azure/batch-shipyard/compare/2.8.0...2.9.0b1
784786
[2.8.0]: https://github.com/Azure/batch-shipyard/compare/2.8.0rc2...2.8.0
785787
[2.8.0rc2]: https://github.com/Azure/batch-shipyard/compare/2.8.0rc1...2.8.0rc2

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.0b1'
25+
__version__ = '2.9.0b2'

0 commit comments

Comments
 (0)