Skip to content

Commit

Permalink
Released 0.62.3 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKrall committed May 5, 2017
1 parent 2b623f2 commit 62184cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
paasta-tools (0.62.3) xenial; urgency=medium

* 0.62.3 tagged with 'make release'
Commit: Merge pull request #1195 from Yelp/better_better_autoscaler
Make proportional autoscaler a little less touchy.

-- Evan Krall <[email protected]> Thu, 04 May 2017 18:47:30 -0700

paasta-tools (0.62.2) xenial; urgency=medium

* 0.62.2 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# Don't bump version manually. See `make release` docs in ./Makefile
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '0.62.2'
__version__ = '0.62.3'
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Edit this release and run "make release"
RELEASE=0.62.2
RELEASE=0.62.3

SHELL=/bin/bash

Expand Down

0 comments on commit 62184cd

Please sign in to comment.