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