Skip to content

Commit 4754b51

Browse files
committed
Released 3.4.3 via make release
1 parent ac7be08 commit 4754b51

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.4.2
2+
RELEASE=3.4.3
33

44
SHELL=/bin/bash
55

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
tron (3.4.3) jammy; urgency=medium
2+
3+
* 3.4.3 tagged with 'make release'
4+
Commit: Bump kubernetes clientlib to the latest supported version
5+
(#1037) See https://github.com/kubernetes-client/python?tab=readme-
6+
ov-file#compatibility
7+
8+
-- Luis Perez <[email protected]> Thu, 03 Apr 2025 10:46:44 -0700
9+
110
tron (3.4.2) jammy; urgency=medium
211

312
* 3.4.2 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.4.2"
20+
__version__ = "3.4.3"

0 commit comments

Comments
 (0)