Skip to content

Commit 36a76ab

Browse files
committed
Version 2.24.2
1 parent 17a46a7 commit 36a76ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Added
66

7+
### Fixed
8+
9+
## [2.24.2] 2022-03-02
10+
11+
### Added
12+
713
### Fixed
814
- Avoid assuming Celery tasks will have a truth-y `delivery_info` property.
915
([Issue 731](https://github.com/scoutapp/scout_apm_python/issues/731))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name="scout_apm",
39-
version="2.24.1",
39+
version="2.24.2",
4040
description="Scout Application Performance Monitoring Agent",
4141
long_description=long_description,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)