-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90e2b10
commit e411408
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
tron (1.32.1) jammy; urgency=medium | ||
|
||
* 1.32.1 tagged with 'make release' | ||
Commit: Merge pull request #952 from Yelp/u/emanelsabban/TRON-2182 | ||
Deleting Mesos code from the Master Control Program - TRON-2182 | ||
|
||
-- Eman Elsabban <[email protected]> Mon, 13 May 2024 11:43:05 -0700 | ||
|
||
tron (1.32.0) jammy; urgency=medium | ||
|
||
* 1.32.0 tagged with 'make release' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version_info__ = (1, 32, 0) | ||
__version_info__ = (1, 32, 1) | ||
__version__ = ".".join("%s" % v for v in __version_info__) | ||
__author__ = "Yelp <[email protected]>" | ||
__credits__ = [ | ||
|