Skip to content

Commit

Permalink
Released 0.96.54 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Melnychok committed Sep 8, 2020
1 parent 2d86a16 commit b6b446b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
paasta-tools (0.96.54) xenial; urgency=medium

* 0.96.54 tagged with 'make release'
Commit: bump paasta-tools-go binary to v0.0.10 (#2909)

-- Maksym Melnychok <maksym@yelp.com> Tue, 08 Sep 2020 03:31:27 -0700

paasta-tools (0.96.53) xenial; urgency=medium

* 0.96.53 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.96.53"
__version__ = "0.96.54"
6 changes: 3 additions & 3 deletions yelp_package/Makefile
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Edit this release and run "make release"
RELEASE=0.96.53
RELEASE=0.96.54

SHELL=/bin/bash

Expand Down Expand Up @@ -46,8 +46,8 @@ build_%_docker:
itest_%: package_$$* bintray_$$*
$(DOCKER_RUN) /work/yelp_package/itest/ubuntu.sh paasta-tools_$(ACTUAL_PACKAGE_VERSION)_amd64.deb

PTG_VERSION=0.0.10
PTG_SUM=5d58a4a95fa872ae8d197011e3c7a491275e073ac36c001d97ae22c1c4c9b8c7
PTG_VERSION=0.0.12
PTG_SUM=1fa3f94fe5dd00059186404c2e2717625808c1cdefd90bd551f16b6e72018640
ifeq ($(PAASTA_ENV),YELP)
PTG_SANITY=monk
else
Expand Down

0 comments on commit b6b446b

Please sign in to comment.