From e4114088fefaf6a3d3f5be27e5caf41d7c1c9973 Mon Sep 17 00:00:00 2001 From: Eman Elsabban Date: Mon, 13 May 2024 11:43:12 -0700 Subject: [PATCH] Released 1.32.1 via make release --- debian/changelog | 8 ++++++++ tron/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a3dd438db..384529967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +tron (1.32.1) jammy; urgency=medium + + * 1.32.1 tagged with 'make release' + Commit: Merge pull request #952 from Yelp/u/emanelsabban/TRON-2182 + Deleting Mesos code from the Master Control Program - TRON-2182 + + -- Eman Elsabban Mon, 13 May 2024 11:43:05 -0700 + tron (1.32.0) jammy; urgency=medium * 1.32.0 tagged with 'make release' diff --git a/tron/__init__.py b/tron/__init__.py index 1f2a91cec..fc6a2db5f 100644 --- a/tron/__init__.py +++ b/tron/__init__.py @@ -1,4 +1,4 @@ -__version_info__ = (1, 32, 0) +__version_info__ = (1, 32, 1) __version__ = ".".join("%s" % v for v in __version_info__) __author__ = "Yelp " __credits__ = [