Skip to content

Commit

Permalink
Released 3.2.6 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed Jan 17, 2025
1 parent 9586d44 commit b4d3422
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Edit this release and run "make release"
RELEASE=3.2.5
RELEASE=3.2.6

SHELL=/bin/bash

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
tron (3.2.6) jammy; urgency=medium

* 3.2.6 tagged with 'make release'
Commit: Add default behaviour for jobs that dont have some keys and
handle the non-existent of some json_vals (#1017) * Add default
behaviour for jobs that dont have some keys and handle the non-
existent of some json_vals * Remove get from command * cap add and
drop should have values * removing the try/except since it was
added in a separate pr * maybe not all gets are necessary * Adding
comments

-- Eman Elsabban <[email protected]> Fri, 17 Jan 2025 11:47:48 -0800

tron (3.2.5) jammy; urgency=medium

* 3.2.5 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion tron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# setup phase, the dependencies may not exist on disk yet.
#
# Don't bump version manually. See `make release` docs in ./Makefile
__version__ = "3.2.5"
__version__ = "3.2.6"

0 comments on commit b4d3422

Please sign in to comment.