We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf0f1d commit c406b42Copy full SHA for c406b42
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### Added
6
7
+### Fixed
8
+
9
+## [2.25.0] 2022-05-12
10
11
+### Added
12
13
### Fixed
14
- Always return a tuple from ``filepaths``.
15
([Issue 737](https://github.com/scoutapp/scout_apm_python/issues/737))
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name="scout_apm",
39
- version="2.25.0",
+ version="2.25.1",
40
description="Scout Application Performance Monitoring Agent",
41
long_description=long_description,
42
long_description_content_type="text/markdown",
0 commit comments