Skip to content

Commit 9d5ec18

Browse files
committedJun 23, 2016
Released 0.24.0 via make release
1 parent db88ae2 commit 9d5ec18

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
paasta-tools (0.24.0) lucid; urgency=low
2+
3+
* 0.24.0 tagged with 'make release'
4+
Commit:
5+
6+
-- Matthew Mead-Briggs <mmb@yelp.com> Thu, 23 Jun 2016 04:01:44 -0700
7+
18
paasta-tools (0.23.0) UNRELEASED; urgency=medium
29

310
* 0.22.0 tagged with 'make release'

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
setup(
2323
name='paasta-tools',
2424
# Don't bump version manually. See `make release` docs in ./Makefile
25-
version='0.23.0',
25+
version='0.24.0',
2626
provides=["paasta_tools"],
2727
author='Kyle Anderson',
2828
author_email='kwa@yelp.com',

‎yelp_package/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Edit this release and run "make release"
16-
RELEASE=0.23.0
16+
RELEASE=0.24.0
1717

1818
SHELL=/bin/bash
1919

0 commit comments

Comments
 (0)