Skip to content

Commit afc2467

Browse files
committed
Released 2.0.0 via make release
1 parent 01003a9 commit afc2467

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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=1.32.5
2+
RELEASE=2.0.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 (2.0.0) jammy; urgency=medium
2+
3+
* 2.0.0 tagged with 'make release'
4+
Commit: Use the latest task_proc (#966) There"s no real changes
5+
here other than dropping all the Mesos-related code from task_proc
6+
7+
-- Luis Perez <luisp@yelp.com> Fri, 17 May 2024 13:49:55 -0700
8+
19
tron (1.32.5) jammy; urgency=medium
210

311
* 1.32.5 tagged with 'make release'

docs/source/generated/tron.mesos.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/generated/tron.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Submodules
2626
tron.kubernetes
2727
tron.manhole
2828
tron.mcp
29-
tron.mesos
3029
tron.metrics
3130
tron.node
3231
tron.prom_metrics

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__ = "1.32.5"
20+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)