Skip to content

Commit

Permalink
Released 2.5.2 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Sep 30, 2024
1 parent 055e5cc commit 39fb2c9
Show file tree
Hide file tree
Showing 3 changed files with 12 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.5.1
RELEASE=2.5.2

SHELL=/bin/bash

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

* 2.5.2 tagged with 'make release'
Commit: Use vector-reader cli if new logging pipeline is enabled
(#999) Thankfully, this was a pretty easy change - we really only
needed to parametrize the command name being used and the location
selector is now a lot simpler as it"ll always be the superregion

-- Luis Perez <luisp@yelp.com> Mon, 30 Sep 2024 09:32:22 -0700

tron (2.5.1) jammy; urgency=medium

* 2.5.1 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.5.1"
__version__ = "2.5.2"

0 comments on commit 39fb2c9

Please sign in to comment.