From ff98b5c0b4baca76947294f03f41e89d2080bdc4 Mon Sep 17 00:00:00 2001 From: Jen Patague Date: Wed, 8 Jan 2025 13:31:49 -0800 Subject: [PATCH] Released 1.11.2 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 aa087c1efe..349ff1b02a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paasta-tools (1.11.2) xenial; urgency=medium + + * 1.11.2 tagged with 'make release' + Commit: Merge pull request #3999 from Yelp/u/jfong/fix_paasta_info + Minor fixes for `paasta info` + + -- Jen Patague Wed, 08 Jan 2025 13:31:38 -0800 + paasta-tools (1.11.1) xenial; urgency=medium * 1.11.1 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 6287a84d7c..dd5892095a 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.11.1" +__version__ = "1.11.2" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index f35d96bec6..fc2e8df79d 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.11.1 +RELEASE=1.11.2 SHELL=/bin/bash