diff --git a/debian/changelog b/debian/changelog index 08a88dcfa1..661cdb08c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +paasta-tools (0.174.7) xenial; urgency=medium + + * 0.174.7 tagged with 'make release' + Commit: Merge branch "u/krall/uwsgi_autoscaling_namespace" + + -- Evan Krall Tue, 30 May 2023 14:48:11 -0700 + paasta-tools (0.174.6) xenial; urgency=medium * 0.174.6 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 64a8142510..f555c5b56b 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.174.6" +__version__ = "0.174.7" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index c46efeafca..14ff23224f 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.174.6 +RELEASE=0.174.7 SHELL=/bin/bash