diff --git a/debian/changelog b/debian/changelog index a22ff76334..5e84a49866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paasta-tools (1.5.1) xenial; urgency=medium + + * 1.5.1 tagged with 'make release' + Commit: Merge pull request #3960 from Yelp/yaro/update_vector- + logs_filer Update vector-logs message filter FN usage + + -- Yaroslav Liakhovskyi Wed, 18 Sep 2024 00:46:54 -0700 + paasta-tools (1.5.0) xenial; urgency=medium * 1.5.0 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index a87fdfeec3..30d8fcc2a5 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.5.0" +__version__ = "1.5.1" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index c5c2948af3..16af5f02a6 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.5.0 +RELEASE=1.5.1 SHELL=/bin/bash