Skip to content

Commit

Permalink
Released 0.97.35 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
qui committed Nov 20, 2020
1 parent fc3438a commit 543ec0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
paasta-tools (0.97.35) xenial; urgency=medium

* 0.97.35 tagged with 'make release'
Commit: Merge pull request #2972 from Yelp/PAASTA-16974-v2beta2-
again Update to v2beta2 API for HPA, try #2

-- Qui Nguyen <qui@yelp.com> Fri, 20 Nov 2020 11:27:26 -0800

paasta-tools (0.97.34) xenial; urgency=medium

* 0.97.34 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
Expand Up @@ -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.97.34"
__version__ = "0.97.35"
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Edit this release and run "make release"
RELEASE=0.97.34
RELEASE=0.97.35

SHELL=/bin/bash

Expand Down

0 comments on commit 543ec0c

Please sign in to comment.