From 98c1879f4fc18ad0265e67f0b19809f234094dd2 Mon Sep 17 00:00:00 2001 From: Kevin Kaspari Date: Thu, 30 Jan 2025 11:59:53 -0800 Subject: [PATCH] Released 3.2.8 via make release --- Makefile | 2 +- debian/changelog | 8 ++++++++ tron/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3864f87cf..6bef76565 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Edit this release and run "make release" -RELEASE=3.2.7 +RELEASE=3.2.8 SHELL=/bin/bash diff --git a/debian/changelog b/debian/changelog index 0e866959e..77349ab86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +tron (3.2.8) jammy; urgency=medium + + * 3.2.8 tagged with 'make release' + Commit: Merge pull request #1025 from Yelp/u/kkasp/DAR-2558-fix- + overstep Fix loop boundary on getting partitions + + -- Kevin Kaspari Thu, 30 Jan 2025 11:59:51 -0800 + tron (3.2.7) jammy; urgency=medium * 3.2.7 tagged with 'make release' diff --git a/tron/__init__.py b/tron/__init__.py index f7fbc1664..289565382 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__ = "3.2.7" +__version__ = "3.2.8"