diff --git a/Makefile b/Makefile index e3f47bb06..1ae4728eb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Edit this release and run "make release" -RELEASE=2.6.0 +RELEASE=2.7.0 SHELL=/bin/bash diff --git a/debian/changelog b/debian/changelog index 35b8a3f4f..b75fab918 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 29 Oct 2024 13:31:16 -0700 + tron (2.6.0) jammy; urgency=medium * 2.6.0 tagged with 'make release' diff --git a/tron/__init__.py b/tron/__init__.py index 7fc49a09d..396f18579 100644 --- a/tron/__init__.py +++ b/tron/__init__.py @@ -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"