From 78c74b6ae846a70cbbfcf4c463cb620bdf788ade Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Mon, 25 Jan 2016 14:05:40 -0800 Subject: [PATCH] Released 0.16.17-yelp1 via make release --- debian/changelog | 14 ++++++++++++++ setup.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a5f6190404..4700c2096b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +paasta-tools (0.16.17-yelp1) lucid; urgency=low + + * 0.16.17 tagged with 'make release' + Commit: + + -- Matthew Smith Mon, 25 Jan 2016 12:49:25 -0800 + +paasta-tools (0.16.16-yelp1) lucid; urgency=low + + * 0.16.16 tagged with 'make release' + Commit: + + -- Matthew Smith Mon, 25 Jan 2016 12:49:00 -0800 + paasta-tools (0.16.16-yelp1) lucid; urgency=low * 0.16.16 tagged with 'make release' diff --git a/setup.py b/setup.py index cead65ee6b..fcdcf2e9c9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='paasta-tools', # Don't bump version manually. See `make release` docs in ./Makefile - version='0.16.16', + version='0.16.17', provides=["paasta_tools"], author='Kyle Anderson', author_email='kwa@yelp.com', diff --git a/yelp_package/Makefile b/yelp_package/Makefile index e11e0176d0..dd60577455 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.16.16-yelp1 +RELEASE=0.16.17-yelp1 SHELL=/bin/bash