Skip to content

Commit 9e978e3

Browse files
committed
Released 2.2.7 via make release
1 parent a7ef2bd commit 9e978e3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Edit this release and run "make release"
2-
RELEASE=2.2.6
2+
RELEASE=2.2.7
33

44
SHELL=/bin/bash
55

debian/changelog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
tron (2.2.7) jammy; urgency=medium
2+
3+
* 2.2.7 tagged with 'make release'
4+
Commit: Only show disable warning on tronctl disable (#990) I"m not
5+
sure I was thinking here since this ended up unconditionally
6+
printing the disable warning - but we can chalk this up to an
7+
intentional PR campaign to warn folks and only show the warnings on
8+
tronctl disable from now on :p
9+
10+
-- Luis Perez <[email protected]> Thu, 11 Jul 2024 11:49:18 -0700
11+
112
tron (2.2.6) jammy; urgency=medium
213

314
* 2.2.6 tagged with 'make release'

tron/__init__.py

+1-1
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__ = "2.2.6"
20+
__version__ = "2.2.7"

0 commit comments

Comments
 (0)