We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4e32d commit 54040a8Copy full SHA for 54040a8
debian/changelog
@@ -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
9
tron (3.4.4) jammy; urgency=medium
10
11
* 3.4.4 tagged with 'make release'
tron/__init__.py
@@ -17,4 +17,4 @@
17
# setup phase, the dependencies may not exist on disk yet.
18
#
19
# Don't bump version manually. See `make release` docs in ./Makefile
20
-__version__ = "3.4.4"
+__version__ = "3.4.5"
0 commit comments