From 1b86d92caabad9ed7751a76313906c451d8d9e54 Mon Sep 17 00:00:00 2001 From: Jen Patague Date: Wed, 5 Jun 2024 13:39:44 -0700 Subject: [PATCH] Released 1.1.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 0c6117a8ce..2f9f7f6910 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paasta-tools (1.1.2) xenial; urgency=medium + + * 1.1.2 tagged with 'make release' + Commit: Merge pull request #3890 from Yelp/jfong/PAASTA-18340-bump- + sticht Bump sticht to fix slack buttons + + -- Jen Patague Wed, 05 Jun 2024 13:38:59 -0700 + paasta-tools (1.1.1) xenial; urgency=medium * 1.1.1 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 6a3ba2b101..6cfc9d5e6b 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.1.1" +__version__ = "1.1.2" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 484e884c00..d6304d99d2 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.1.1 +RELEASE=1.1.2 SHELL=/bin/bash