We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52638f commit d7e0973Copy full SHA for d7e0973
debian/changelog
@@ -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
11
tron (1.28.1) jammy; urgency=medium
12
13
* 1.28.1 tagged with 'make release'
tron/__init__.py
@@ -1,4 +1,4 @@
-__version_info__ = (1, 28, 1)
+__version_info__ = (1, 28, 2)
__version__ = ".".join("%s" % v for v in __version_info__)
__author__ = "Yelp <yelplabs@yelp.com>"
__credits__ = [
0 commit comments