Skip to content

Commit b4d3422

Browse files
committed
Released 3.2.6 via make release
1 parent 9586d44 commit b4d3422

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Edit this release and run "make release"
2-
RELEASE=3.2.5
2+
RELEASE=3.2.6
33

44
SHELL=/bin/bash
55

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
tron (3.2.5) jammy; urgency=medium
215

316
* 3.2.5 tagged with 'make release'

tron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# setup phase, the dependencies may not exist on disk yet.
1818
#
1919
# Don't bump version manually. See `make release` docs in ./Makefile
20-
__version__ = "3.2.5"
20+
__version__ = "3.2.6"

0 commit comments

Comments
 (0)