From 841644592c546f320cab7e95451a45534b8f8e3b Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Wed, 15 May 2024 10:49:01 -0700 Subject: [PATCH] Released 0.232.1 via make release --- debian/changelog | 10 ++++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f378e6c7c8..6c1d48f711 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +paasta-tools (0.232.1) xenial; urgency=medium + + * 0.232.1 tagged with 'make release' + Commit: Improve paasta rollback messaging (#3862) Printing out the - + -help output when passing a short SHA is not helpful - and neither + is not very loudly mentioning that changes *need* to be reverted in + Git for a rollback to become permanent + + -- Luis Perez Wed, 15 May 2024 10:48:47 -0700 + paasta-tools (0.232.0) xenial; urgency=medium * 0.232.0 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 1f5283fbfe..e7d92b14c2 100644 --- a/paasta_tools/__init__.py +++ b/paasta_tools/__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__ = "0.232.0" +__version__ = "0.232.1" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index c4f33ede73..4b1b77e9af 100644 --- a/yelp_package/Makefile +++ b/yelp_package/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # Edit this release and run "make release" -RELEASE=0.232.0 +RELEASE=0.232.1 SHELL=/bin/bash