Skip to content

Commit d7e0973

Browse files
committed
Released 1.28.2 via make release
1 parent c52638f commit d7e0973

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
tron (1.28.2) jammy; urgency=medium
2+
3+
* 1.28.2 tagged with 'make release'
4+
Commit: Remove unnecessary mocks (#937) This is what I get for
5+
trusting GHA rather than also running the tests internally :) These
6+
mocks are no longer required and are actually causing test failures
7+
internally.
8+
9+
-- Luis Perez <luisp@yelp.com> Thu, 01 Feb 2024 09:10:42 -0800
10+
111
tron (1.28.1) jammy; urgency=medium
212

313
* 1.28.1 tagged with 'make release'

tron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = (1, 28, 1)
1+
__version_info__ = (1, 28, 2)
22
__version__ = ".".join("%s" % v for v in __version_info__)
33
__author__ = "Yelp <yelplabs@yelp.com>"
44
__credits__ = [

0 commit comments

Comments
 (0)