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 af73799 commit 5e6dcd1Copy full SHA for 5e6dcd1
Makefile
@@ -1,5 +1,5 @@
1
# Edit this release and run "make release"
2
-RELEASE=2.1.1
+RELEASE=2.1.2
3
4
SHELL=/bin/bash
5
debian/changelog
@@ -1,3 +1,10 @@
+tron (2.1.2) jammy; urgency=medium
+
+ * 2.1.2 tagged with 'make release'
+ Commit: Use S3LogsReader with superregion and UTC timezone (#972)
6
+ -- Yaroslav Liakhovskyi <[email protected]> Wed, 05 Jun 2024 02:17:04 -0700
7
8
tron (2.1.1) jammy; urgency=medium
9
10
* 2.1.1 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.1"
+__version__ = "2.1.2"
0 commit comments