diff --git a/debian/changelog b/debian/changelog index e40b7c1f53..df1e5b8fb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paasta-tools (1.4.25) xenial; urgency=medium + + * 1.4.25 tagged with 'make release' + Commit: MLCOMPUTE-1209 | allow 0 in spark.driver.maxResultSize + (#3937) Co-authored-by: Sameer Sharma + + -- Sameer Sharma Tue, 27 Aug 2024 07:58:56 -0700 + paasta-tools (1.4.24) xenial; urgency=medium * 1.4.24 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 1ead14eab8..b689a50822 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.4.24" +__version__ = "1.4.25" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 0e3b9719e3..119e711ee8 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.4.24 +RELEASE=1.4.25 SHELL=/bin/bash