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 40fa9c9 commit b506708Copy full SHA for b506708
CHANGELOG.asciidoc
@@ -26,6 +26,16 @@ endif::[]
26
[[release-notes-5.x]]
27
=== Python Agent version 5.x
28
29
+[[release-notes-5.4.2]]
30
+==== v5.4.2
31
+
32
+https://github.com/elastic/apm-agent-python/compare/v5.4.1\...v5.4.2[Check the diff]
33
34
+[float]
35
+===== Bug fixes
36
37
+ * fixed a bug in our celery implementation related to the threading refactor in 5.4.0 {pull}724[#724]
38
39
[[release-notes-5.4.1]]
40
==== v5.4.1
41
elasticapm/version.py
@@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-__version__ = (5, 4, 1)
+__version__ = (5, 4, 2)
VERSION = ".".join(map(str, __version__))
0 commit comments