From a6a953129626c19b0121dd78fc0cb8e7e9696861 Mon Sep 17 00:00:00 2001 From: Sameer Sharma Date: Wed, 22 Nov 2023 10:13:18 -0800 Subject: [PATCH] Released 0.207.9 via make release --- debian/changelog | 9 +++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 668e74b612..dd80dd6b56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +paasta-tools (0.207.9) xenial; urgency=medium + + * 0.207.9 tagged with 'make release' + Commit: Merge pull request #3741 from Yelp/MLCOMPUTE- + 1098_fix_parsing_error MLCOMPUTE-1098 | fix error in parsing user + spark args + + -- Sameer Sharma Wed, 22 Nov 2023 10:12:30 -0800 + paasta-tools (0.207.8) xenial; urgency=medium * 0.207.8 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index cf0722afac..842c84fd48 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__ = "0.207.8" +__version__ = "0.207.9" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 6216b0e89d..5dd9300211 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=0.207.8 +RELEASE=0.207.9 SHELL=/bin/bash