-
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
4e5a80e
commit 26069d7
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.2) jammy; urgency=medium | ||
|
||
* 1.29.2 tagged with 'make release' | ||
Commit: Merge pull request #946 from Yelp/u/emanelsabban/edit- | ||
messages Editing some of the messages from previous prs | ||
|
||
-- Eman Elsabban <[email protected]> Wed, 20 Mar 2024 08:33:45 -0700 | ||
|
||
tron (1.29.1) jammy; urgency=medium | ||
|
||
* 1.29.1 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, 29, 1) | ||
__version_info__ = (1, 29, 2) | ||
__version__ = ".".join("%s" % v for v in __version_info__) | ||
__author__ = "Yelp <[email protected]>" | ||
__credits__ = [ | ||
|