Skip to content

Commit

Permalink
Released 0.51.1 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nhandler committed Oct 10, 2016
1 parent 5dbb7e7 commit 060ce8b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
paasta-tools (0.51.1) lucid; urgency=low

* 0.51.1 tagged with 'make release'
Commit:

-- Nathan Handler <[email protected]> Mon, 10 Oct 2016 15:41:07 -0700

paasta-tools (0.51.0) lucid; urgency=low

* 0.51.0 tagged with 'make release'
Expand Down
1 change: 1 addition & 0 deletions docs/source/generated/paasta_tools.api.views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Submodules
.. toctree::

paasta_tools.api.views.autoscaler
paasta_tools.api.views.exception
paasta_tools.api.views.instance
paasta_tools.api.views.service
paasta_tools.api.views.version
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
Original file line number Diff line number Diff line change
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.51.0'
__version__ = '0.51.1'
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.51.0
RELEASE=0.51.1

SHELL=/bin/bash

Expand Down

0 comments on commit 060ce8b

Please sign in to comment.