From cd8c43956ae00cdf9182fd99375f71f634c2b531 Mon Sep 17 00:00:00 2001 From: Yaroslav Liakhovskyi Date: Wed, 26 Jun 2024 08:28:34 -0700 Subject: [PATCH] Released 2.2.5 via make release --- Makefile | 2 +- debian/changelog | 7 +++++++ tron/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27544be19..74aeff1bf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Edit this release and run "make release" -RELEASE=2.2.4 +RELEASE=2.2.5 SHELL=/bin/bash diff --git a/debian/changelog b/debian/changelog index 698151ded..17b4570f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tron (2.2.5) jammy; urgency=medium + + * 2.2.5 tagged with 'make release' + Commit: Update yelp_clog and use datetime range for S3 logs (#979) + + -- Yaroslav Liakhovskyi Wed, 26 Jun 2024 08:27:10 -0700 + tron (2.2.4) jammy; urgency=medium * 2.2.4 tagged with 'make release' diff --git a/tron/__init__.py b/tron/__init__.py index 44772f95b..4b8f24c24 100644 --- a/tron/__init__.py +++ b/tron/__init__.py @@ -17,4 +17,4 @@ # setup phase, the dependencies may not exist on disk yet. # # Don't bump version manually. See `make release` docs in ./Makefile -__version__ = "2.2.4" +__version__ = "2.2.5"