File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
paasta-tools (0.23.0) UNRELEASED; urgency=medium
2
9
3
10
* 0.22.0 tagged with 'make release'
Original file line number Diff line number Diff line change 22
22
setup (
23
23
name = 'paasta-tools' ,
24
24
# Don't bump version manually. See `make release` docs in ./Makefile
25
- version = '0.23 .0' ,
25
+ version = '0.24 .0' ,
26
26
provides = ["paasta_tools" ],
27
27
author = 'Kyle Anderson' ,
28
28
author_email = 'kwa@yelp.com' ,
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Edit this release and run "make release"
16
- RELEASE =0.23 .0
16
+ RELEASE =0.24 .0
17
17
18
18
SHELL =/bin/bash
19
19
You can’t perform that action at this time.
0 commit comments