diff --git a/debian/changelog b/debian/changelog index dd3abfcb0a..f378e6c7c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +paasta-tools (0.232.0) xenial; urgency=medium + + * 0.232.0 tagged with 'make release' + Commit: Merge remote-tracking branch "origin/u/mpiano/SEC-18955_poc" + + -- Matteo Piano Tue, 14 May 2024 07:50:15 -0700 + paasta-tools (0.231.0) xenial; urgency=medium * 0.231.0 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 18cc9b2869..1f5283fbfe 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.231.0" +__version__ = "0.232.0" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index ec66b0583b..c4f33ede73 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.231.0 +RELEASE=0.232.0 SHELL=/bin/bash