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 17a46a7 commit 36a76abCopy full SHA for 36a76ab
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### Added
6
7
+### Fixed
8
+
9
+## [2.24.2] 2022-03-02
10
11
+### Added
12
13
### Fixed
14
- Avoid assuming Celery tasks will have a truth-y `delivery_info` property.
15
([Issue 731](https://github.com/scoutapp/scout_apm_python/issues/731))
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name="scout_apm",
39
- version="2.24.1",
+ version="2.24.2",
40
description="Scout Application Performance Monitoring Agent",
41
long_description=long_description,
42
long_description_content_type="text/markdown",
0 commit comments