Skip to content

Commit

Permalink
Released 2.7.0 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspariK committed Oct 29, 2024
1 parent bd8624f commit 42ce81d
Show file tree
Hide file tree
Showing 3 changed files with 11 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=2.6.0
RELEASE=2.7.0

SHELL=/bin/bash

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

* 2.7.0 tagged with 'make release'
Commit: Merge pull request #1001 from
Yelp/u/cuza/getting_namespace_logs_from_yelpsoa Fixing Tron logs
for jobs using other services images

-- Kevin Kaspari <[email protected]> Tue, 29 Oct 2024 13:31:16 -0700

tron (2.6.0) jammy; urgency=medium

* 2.6.0 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__ = "2.6.0"
__version__ = "2.7.0"

0 comments on commit 42ce81d

Please sign in to comment.