From b733ba47be4c60da4606c592dc6d8c534257f300 Mon Sep 17 00:00:00 2001 From: Evan Krall Date: Mon, 6 Jan 2025 15:47:10 -0800 Subject: [PATCH] Released 1.11.1 via make release --- debian/changelog | 7 +++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 79482af0c4..aa087c1efe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +paasta-tools (1.11.1) xenial; urgency=medium + + * 1.11.1 tagged with 'make release' + Commit: Released 1.11.0 via make release + + -- Evan Krall Mon, 06 Jan 2025 15:47:01 -0800 + paasta-tools (1.11.0) xenial; urgency=medium * 1.11.0 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 0f83b3789e..6287a84d7c 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.0" +__version__ = "1.11.1" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 8f06c1003f..f35d96bec6 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.0 +RELEASE=1.11.1 SHELL=/bin/bash