File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Edit this release and run "make release"
2
- RELEASE =3.2.5
2
+ RELEASE =3.2.6
3
3
4
4
SHELL =/bin/bash
5
5
Original file line number Diff line number Diff line change
1
+ tron (3.2.6) jammy; urgency=medium
2
+
3
+ * 3.2.6 tagged with 'make release'
4
+ Commit: Add default behaviour for jobs that dont have some keys and
5
+ handle the non-existent of some json_vals (#1017) * Add default
6
+ behaviour for jobs that dont have some keys and handle the non-
7
+ existent of some json_vals * Remove get from command * cap add and
8
+ drop should have values * removing the try/except since it was
9
+ added in a separate pr * maybe not all gets are necessary * Adding
10
+ comments
11
+
12
+ -- Eman Elsabban <emanelsabban@yelp.com> Fri, 17 Jan 2025 11:47:48 -0800
13
+
1
14
tron (3.2.5) jammy; urgency=medium
2
15
3
16
* 3.2.5 tagged with 'make release'
Original file line number Diff line number Diff line change 17
17
# setup phase, the dependencies may not exist on disk yet.
18
18
#
19
19
# Don't bump version manually. See `make release` docs in ./Makefile
20
- __version__ = "3.2.5 "
20
+ __version__ = "3.2.6 "
You can’t perform that action at this time.
0 commit comments