From 5e6dcd17eb77f3b245913b213845aa5c4544a68b Mon Sep 17 00:00:00 2001 From: Yaroslav Liakhovskyi Date: Wed, 5 Jun 2024 02:17:56 -0700 Subject: [PATCH] Released 2.1.2 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 85015a275..cce21a6b3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Edit this release and run "make release" -RELEASE=2.1.1 +RELEASE=2.1.2 SHELL=/bin/bash diff --git a/debian/changelog b/debian/changelog index abb80f765..f4966eb35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tron (2.1.2) jammy; urgency=medium + + * 2.1.2 tagged with 'make release' + Commit: Use S3LogsReader with superregion and UTC timezone (#972) + + -- Yaroslav Liakhovskyi Wed, 05 Jun 2024 02:17:04 -0700 + tron (2.1.1) jammy; urgency=medium * 2.1.1 tagged with 'make release' diff --git a/tron/__init__.py b/tron/__init__.py index 64ff6630b..b9e879508 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.1.1" +__version__ = "2.1.2"