diff --git a/debian/changelog b/debian/changelog index 4375ff4d9c..afb0963d1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +paasta-tools (1.4.20) xenial; urgency=medium + + * 1.4.20 tagged with 'make release' + Commit: Color paasta rollback warnings yellow instead of red (#3925) + I"ve noticed a couple folks think that paasta rollback failed + because of this coloring - let"s avoid some confusion and color this + text yellow instead (which is more accurate anyway since it"s a + warning) + + -- Luis Perez Tue, 30 Jul 2024 09:04:36 -0700 + paasta-tools (1.4.19) xenial; urgency=medium * 1.4.19 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index f75551be5f..b0efcdf743 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.19" +__version__ = "1.4.20" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index da01383231..45911146c4 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.19 +RELEASE=1.4.20 SHELL=/bin/bash