Skip to content

Commit fe4c1bd

Browse files
committed
Released 3.5.0 via make release
1 parent 3bfdde6 commit fe4c1bd

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-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.10
2+
RELEASE=3.5.0
33

44
SHELL=/bin/bash
55

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
tron (3.5.0) jammy; urgency=medium
2+
3+
* 3.5.0 tagged with 'make release'
4+
Commit: add support for api auth via vault (#1048) add support for
5+
api auth via vault
6+
7+
-- Matteo Piano <[email protected]> Tue, 27 May 2025 08:47:48 -0700
8+
19
tron (3.4.10) jammy; urgency=medium
210

311
* 3.4.10 tagged with 'make release'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tron.commands.authentication module
2+
===================================
3+
4+
.. automodule:: tron.commands.authentication
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/source/generated/tron.commands.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Submodules
77
.. toctree::
88
:maxdepth: 4
99

10+
tron.commands.authentication
1011
tron.commands.backfill
1112
tron.commands.client
1213
tron.commands.cmd_utils

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.10"
20+
__version__ = "3.5.0"

0 commit comments

Comments
 (0)