Skip to content

Commit

Permalink
Released 0.18.25 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjksmith committed Apr 25, 2016
1 parent 947da7c commit d583660
Show file tree
Hide file tree
Showing 3 changed files with 9 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.18.25) lucid; urgency=low

* 0.18.25 tagged with 'make release'
Commit:

-- Matthew Smith <[email protected]> Mon, 25 Apr 2016 16:47:29 -0700

paasta-tools (0.18.24) lucid; urgency=low

* 0.18.24 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
name='paasta-tools',
# Don't bump version manually. See `make release` docs in ./Makefile
version='0.18.24',
version='0.18.25',
provides=["paasta_tools"],
author='Kyle Anderson',
author_email='[email protected]',
Expand Down
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.18.24
RELEASE=0.18.25

SHELL=/bin/bash

Expand Down

0 comments on commit d583660

Please sign in to comment.