Commit 9e978e3 1 parent a7ef2bd commit 9e978e3 Copy full SHA for 9e978e3
File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Edit this release and run "make release"
2
- RELEASE =2.2.6
2
+ RELEASE =2.2.7
3
3
4
4
SHELL =/bin/bash
5
5
Original file line number Diff line number Diff line change
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
+
1
12
tron (2.2.6) jammy; urgency=medium
2
13
3
14
* 2.2.6 tagged with 'make release'
Original file line number Diff line number Diff line change 17
17
# setup phase, the dependencies may not exist on disk yet.
18
18
#
19
19
# Don't bump version manually. See `make release` docs in ./Makefile
20
- __version__ = "2.2.6 "
20
+ __version__ = "2.2.7 "
You can’t perform that action at this time.
0 commit comments