-
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
Showing
2 changed files
with
11 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,13 @@ | ||
tron (1.28.1) jammy; urgency=medium | ||
|
||
* 1.28.1 tagged with 'make release' | ||
Commit: Downpin yelp-clog (#936) We had bumped this a couple major | ||
versions since we were also bumping scribereader - but we reverted | ||
the scribereader bump before merging the jammy/py38 branch and | ||
forgot to also revert the yelp-clog bump :) | ||
|
||
-- Luis Perez <[email protected]> Thu, 01 Feb 2024 08:51:40 -0800 | ||
|
||
tron (1.28.0) jammy; urgency=medium | ||
|
||
* 1.28.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, 28, 0) | ||
__version_info__ = (1, 28, 1) | ||
__version__ = ".".join("%s" % v for v in __version_info__) | ||
__author__ = "Yelp <[email protected]>" | ||
__credits__ = [ | ||
|