Thanks to visit codestin.com Credit goes to github.com
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 b930647 commit ad2e346Copy full SHA for ad2e346
CHANGELOG.asciidoc
@@ -32,6 +32,14 @@ endif::[]
32
[[release-notes-6.x]]
33
=== Python Agent version 6.x
34
35
+[[release-notes-6.21.1]]
36
+==== 6.21.1 - 2024-03-07
37
+
38
+[float]
39
+===== Bug fixes
40
41
+* Fix CI release workflow {pull}1990[#1990]
42
43
[[release-notes-6.21.0]]
44
==== 6.21.0 - 2024-03-06
45
elasticapm/version.py
@@ -28,5 +28,5 @@
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
-__version__ = (6, 21, 0)
+__version__ = (6, 21, 1)
VERSION = ".".join(map(str, __version__))
0 commit comments