-
Notifications
You must be signed in to change notification settings - Fork 64
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
79f0835
commit e2c1b38
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.29.0) jammy; urgency=medium | ||
|
||
* 1.29.0 tagged with 'make release' | ||
Commit: Merge pull request #944 from Yelp/u/emanelsabban/TRON-2124- | ||
expose-prom-metrics Adding prometheus endpoint in tron - TRON-2124 | ||
|
||
-- Eman Elsabban <[email protected]> Tue, 05 Mar 2024 12:55:14 -0800 | ||
|
||
tron (1.28.5) jammy; urgency=medium | ||
|
||
* 1.28.5 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, 28, 5) | ||
__version_info__ = (1, 29, 0) | ||
__version__ = ".".join("%s" % v for v in __version_info__) | ||
__author__ = "Yelp <[email protected]>" | ||
__credits__ = [ | ||
|