From d403b82819f163992c274ee4badd2e62bfe737cc Mon Sep 17 00:00:00 2001 From: Wilmer Bandres Date: Wed, 25 Sep 2024 04:45:38 -0700 Subject: [PATCH] Released 1.5.5 via make release --- debian/changelog | 8 ++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f8de7cfca..e2969d09e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paasta-tools (1.5.5) xenial; urgency=medium + + * 1.5.5 tagged with 'make release' + Commit: Fixing paasta clean up stale nodes (#3971) * Fixing paasta + clean up stale nodes * Fixing paasta clean up stale nodes + + -- Wilmer Bandres Wed, 25 Sep 2024 04:45:30 -0700 + paasta-tools (1.5.4) xenial; urgency=medium * 1.5.4 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 309971af15..70d7f5c863 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__ = "1.5.4" +__version__ = "1.5.5" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 68aa859b0a..c662fd7eb4 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=1.5.4 +RELEASE=1.5.5 SHELL=/bin/bash