diff --git a/debian/changelog b/debian/changelog index ef94f052a6..dce85f6f0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +paasta-tools (0.204.2) xenial; urgency=medium + + * 0.204.2 tagged with 'make release' + Commit: Bump service-configuration-lib to v2.18.10 (#3725) + + -- Chi Chang Fri, 20 Oct 2023 03:20:32 -0700 + paasta-tools (0.204.1) xenial; urgency=medium * 0.204.1 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 0448b53d22..ed86d3c12c 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.204.1" +__version__ = "0.204.2" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 4b0b43c1e3..a0d5a8d2de 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.204.1 +RELEASE=0.204.2 SHELL=/bin/bash