We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6376d commit 971fee6Copy full SHA for 971fee6
Makefile
@@ -1,5 +1,5 @@
1
# Edit this release and run "make release"
2
-RELEASE=2.1.2
+RELEASE=2.2.0
3
4
SHELL=/bin/bash
5
debian/changelog
@@ -1,3 +1,10 @@
+tron (2.2.0) jammy; urgency=medium
+
+ * 2.2.0 tagged with 'make release'
+ Commit: Merge remote-tracking branch "origin/u/mpiano/SEC-18955"
6
+ -- Matteo Piano <[email protected]> Tue, 11 Jun 2024 02:27:25 -0700
7
8
tron (2.1.2) jammy; urgency=medium
9
10
* 2.1.2 tagged with 'make release'
tron/__init__.py
@@ -17,4 +17,4 @@
17
# setup phase, the dependencies may not exist on disk yet.
18
#
19
# Don't bump version manually. See `make release` docs in ./Makefile
20
-__version__ = "2.1.2"
+__version__ = "2.2.0"
0 commit comments