Skip to content

Commit 54040a8

Browse files
committed
Released 3.4.5 via make release
1 parent 2a4e32d commit 54040a8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
tron (3.4.5) jammy; urgency=medium
2+
3+
* 3.4.5 tagged with 'make release'
4+
Commit: Bump task_processing from 1.3.4 to 1.3.5 (#1040) I made a
5+
silly mistake and didn"t increase the attempt counter
6+
7+
-- Luis Perez <[email protected]> Thu, 03 Apr 2025 15:37:22 -0700
8+
19
tron (3.4.4) jammy; urgency=medium
210

311
* 3.4.4 tagged with 'make release'

tron/__init__.py

+1-1
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.4.4"
20+
__version__ = "3.4.5"

0 commit comments

Comments
 (0)